.partials-image-with-video{width:100%}
.partials-image-with-video figure{position:relative;width:100%;margin:0}
.partials-image-with-video figure .video-play-button{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;flex-shrink:0;background-color:rgba(255,255,255,0.66);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}
.partials-image-with-video figure .video-play-button:hover{background-color:rgba(255,255,255,0.86);transform:translate(-50%,-50%) scale(1.1)}
.partials-image-with-video figure button.video-play-button{border:0;padding:0}
.partials-image-with-video figure .image-desktop{display:block}
.partials-image-with-video figure .image-mobile{display:none}
@media(max-width:599.9px){.partials-image-with-video figure .image-desktop{display:none}
.partials-image-with-video figure .image-mobile{display:block}
}
.partials-image-with-video .video-inner{width:100%;border-radius:0;overflow:hidden}
.partials-image-with-video img,.partials-image-with-video iframe{border-width:0;border-radius:0;width:100%;object-fit:cover}
@media(min-width:600px){.partials-image-with-video img,.partials-image-with-video iframe{border-radius:0;aspect-ratio:1.5}
}
.partials-image-with-video.video-active figure{display:none}
.partials-image-with-video:not(.video-active) .video-inner{display:none}