/*------------------------------------------------------*/
/* .ds-eye-teaser-video {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    margin-left: 0;
    margin-bottom: -110px;
    z-index: 3;
} */

.doubleserum-eyes .intro .ds-eye-teaser-video picture{
    max-width: max-content;
    width: 800px;
    position: relative;
    max-width: 970px;
    margin: auto;
    margin-left: 200px;
    margin-bottom: -30px;
   
}

.ds-eye-teaser-video__visual {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ds-eye-teaser-video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 0;
    margin-left: 200px;
}

.ds-eye-teaser-video__link::before {
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 50%;
    bottom: 10px;
    left: 10px;
}

.ds-eye-teaser-video__link::after {
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    bottom: 22px;
    left: 26px;
    position: absolute;
}

@media (max-width: 1023px) {
    .ds-eye-teaser-video {
        margin: 20px;
        margin-bottom: -35px;
    }
}

@media (max-width: 761px) {
    .ds-eye-teaser-video {
        margin: 0px 20px;
        margin-bottom: -35px;
    }
}

.dp-popin-video {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
}

.dp-popin-video[data-open="0"] {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.dp-popin-video[data-open="1"] {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dp-popin-video__background {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity ease-in-out 0.5s;
}

.dp-popin-video[data-open="0"] .dp-popin-video__background {
    opacity: 0;
}

.dp-popin-video[data-open="1"] .dp-popin-video__background {
    opacity: 1;
}

.dp-popin-video__content {
    padding: 2.32vw;
    width: 90vw;
    height: 52.7vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1000px) {
    .dp-popin-video__content {
        padding: 20px;
        /*  width: 920px;height: 535px;*/
        width: calc(0.8 * 100vw + 40px);
        height: calc(0.8 * 56.25vw + 40px);
    }
}

@media (min-width: 1000px) and (min-aspect-ratio: 920/535) {
    .dp-popin-video__content {
        padding: 20px;
        width: calc(0.8 * 171.962vh + 40px);
        height: calc(0.8 * 100vh + 40px);
    }
}

.dp-popin-video__iframe {
    width: 100%;
    height: 100%;
}

.dp-popin-video__close-btn {
    width: 14px;
    height: 14px;
    font-size: 0px;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
}

.dp-popin-video__close-btn::before,
.dp-popin-video__close-btn::after {
    content: " ";
    width: 2px;
    height: 18px;
    border-radius: 1px;
    background-color: #000;
    position: absolute;
    left: 6px;
    top: 0px;
}

.dp-popin-video__close-btn::before {
    transform: rotate(-45deg);
}

.dp-popin-video__close-btn::after {
    transform: rotate(45deg);
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){

    .doubleserum-eyes .intro .ds-eye-teaser-video {
        text-align: center!important;
        margin-left: -37px!important;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .doubleserum-eyes .intro .ds-eye-teaser-video {
        text-align: center;
        margin-left: -202px!important;
        margin-bottom: -16px!important;
    }
}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (-webkit-min-device-pixel-ratio: 2) {

    .doubleserum-eyes .intro .ds-eye-teaser-video picture {
        text-align: center;
        margin-left: -283px!important;
    margin-bottom: 43px!important;
    }

    .ds-eye-teaser-video__link {
        top: -61px!important;
        left: -255px!important;
    }
 }
 

