.image-video #image{max-height:600px;min-height:400px;display:-webkit-box;display:-ms-flexbox;display:flex}
.image-video #image img{-o-object-fit:cover;object-fit:cover;background-position:center}
.image-video .video{max-height:600px;min-height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-o-object-fit:cover;object-fit:cover}
.image-video #boximage{max-width:650px;margin:0 auto}
@media(max-width:1440px){.image-video #boximage{padding:0 32px}
}.image-video #boximage img{padding:24px;border-radius:32px}
@media(max-width:450px){.image-video #boximage img{padding:8px;border-radius:16px}
}.image-video.has-fixed-image-height #image,.image-video.has-fixed-image-height #boximage{max-height:480px;min-height:480px;height:480px}
.image-video.has-fixed-image-height #image img,.image-video.has-fixed-image-height #boximage img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}