.fullScreen-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 47.08333333%;
    z-index: 1
}

.not_fullScreen-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    z-index: 1
}

.fullScreen-video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.fullScreen-video-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 265px;
    height: 265px;
    background-image: url(../../images/ico/video-play_icon.png);
    background-size: cover;
    background-position: center;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer;
    z-index: 3
}

.fullScreen-video-toggle:hover {
    -webkit-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9)
}

.fullScreen-video-embed,
.fullScreen-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1
}

.fullScreen-thumb-desktop {
    background-attachment: fixed
}

.fullScreen-thumb-desktop,
.fullScreen-thumb-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbf8f7;
    background-size: cover;
    background-position: center
}

.fullScreen-thumb-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbf8f7;
    background-size: cover;
    background-position: center
}

@media(max-width: 991px) {
    .fullScreen-video-toggle {
        width: 184px;
        height: 184px
    }
}

@media(max-width: 767px) {
    .fullScreen-video {
        padding-bottom: 75%;
        margin-top: 8px
    }
    .fullScreen-video-toggle {
        width: 172px;
        height: 172px
    }
}

@media(max-width: 359px) {
    .fullScreen-video-toggle {
        width: 128px;
        height: 128px
    }
}