.videowrapper_common{
    background-color: #000;
}
.videologo img{
    width:  12.35vw;
    padding: 5.208333333333333vw;
}
.video-items{
    display: flex;
    padding:  2.569270833333333vw  18.229166666666668vw;
    padding-bottom:3.569270833333333vw ;
}
.title{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:  0.7375vw;
    color: #D8D9DA;
    text-align: left;
    opacity: 0.9;
}

.videoorder {
    margin-top: 25px;
}

.videoSection {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 100%;
}

.videoWrapper {
    cursor: pointer;
    position: relative;
}

.video-imag-wrapper img {
    width: 100%;
}

.play-button1.playicon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}
.play-button1.playicon-play:hover{
    opacity: 0.5;
}

.video-title {
    font-size: 1.042vw;
    letter-spacing: -0.026vw;
    position: relative;   
    width: 100%;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    color:#D8D9DA;
    margin-top: 0.781vw;
    text-align: left;
    text-transform: uppercase;
}

.videoPlayer.active {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto;
}

.videoPlayer.active iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoContent {
    width: 63.542vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
    padding-bottom: 6.524vw;
}

.video-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 1px;
    padding-bottom: 56.25%;
    display: block;
}

a.fancyboxcaller-video.watch.mfp-iframe {
    width: 100%;
}
 .interiorvideos div a.fancyboxcaller-video.watch.mfp-iframe {
    height: auto;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button.mfp-close {
    color: #ffffff;
    opacity: 1;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-close {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 5vw;
}
.mfp-preloader{
    display: none;
}
#videoLightBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videoSection_Parent{
    width: 63.542vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
    padding-bottom: 6.524vw;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-button img{
    width: 3vw;
}
.play-button img:hover,.mfp-close:hover{
    opacity: 0.5;
}

@media (max-width: 1024px) and (orientation:portrait) {
    .videoSection {
        max-width: 100%;
        width: 90%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .videoorder {
        margin-top: 40px;
    }
    .videologo img {
        width: 143px;
        padding: 50px;
    }
    .videoContent {
        width: 345px;
        margin: 0 auto;
        display: block;
        grid-template-columns: unset;
        gap: unset;
        padding-bottom: 70px;
    }
    .video-title {
        font-size: 4vw;
        letter-spacing: -0.101vw;
        margin-top: 2.667vw;
    }
    .videoSection_Parent {
        width: 92vw;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5.333vw;
        padding-bottom: 13.333vw;
    }
    .play-button img {
        width: 8vw;
    }
    .mfp-close {
        width: 15vw;
        height: 15vw;
        line-height: 15vw;
        font-size: 15vw;
    }
}


        