.la720-video{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:contain;
background:#000;
z-index:20;
}
.la720-thumb{
position:relative;
cursor:pointer;
}
.la720-thumb img{
width:100%;
height:100%;
object-fit:cover;
}
.la720-thumb span{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
color:#fff;
font-size:18px;
background:#000;
padding:5px;
}


/* V7.2.3 mobile enhancement only */
@media(max-width:768px){

/* enlarge mobile main image */
.ct-product-gallery .ct-media-container,
.woocommerce-product-gallery .ct-media-container{
    width:100%!important;
}

.ct-product-gallery .ct-media-container img,
.woocommerce-product-gallery .ct-media-container img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
}

/* horizontal thumbnails */
.ct-product-gallery .flexy-pills ol,
.woocommerce-product-gallery .flexy-pills ol{
    display:flex!important;
    flex-direction:row!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
}

.ct-product-gallery .flexy-pills li,
.woocommerce-product-gallery .flexy-pills li{
    flex:0 0 70px!important;
}

}



/* V7.2.4 Blocksy mobile width fix */
@media(max-width:768px){

.product-entry-wrapper,
.ct-product-gallery-container,
.ct-product-gallery,
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper{
    width:100%!important;
    max-width:100%!important;
}

.ct-product-gallery-container{
    display:block!important;
}

.ct-product-gallery .ct-media-container,
.woocommerce-product-gallery .ct-media-container{
    width:100%!important;
}

.ct-product-gallery .ct-media-container img,
.woocommerce-product-gallery .ct-media-container img,
.ct-product-gallery video,
.woocommerce-product-gallery video{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
}

}



/* V7.2.5 Blocksy mobile single column fix */
@media(max-width:768px){

.product-entry-wrapper,
.product-entry-wrapper.is-width-constrained{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
}

.woocommerce-product-gallery,
.ct-product-gallery-container,
.ct-product-gallery{
    width:100%!important;
    max-width:100%!important;
    flex:none!important;
}

.summary.entry-summary{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
}

}



/* V7.2.6 Blocksy real gallery container fix */
@media(max-width:768px){

.woocommerce-product-gallery,
.ct-product-gallery-container,
.flexy-container,
.flexy{
    width:100%!important;
    max-width:100%!important;
    flex-basis:100%!important;
}

.product-entry-wrapper{
    display:block!important;
    grid-template-columns:1fr!important;
}

.woocommerce-product-gallery{
    display:block!important;
}

.ct-product-gallery-container{
    display:block!important;
}

.flexy .flexy-view{
    width:100%!important;
}

.ct-media-container,
.ct-media-container img,
.ct-media-container video{
    max-width:100%!important;
}

}

