


.easyzoom{
    position:relative;
    min-height:80px;
}

.easyzoom-flyout{
    position:absolute;
    top:0;
    left:100%;
    width:100%;
    height:100%;
    background:#fff;
    box-sizing:border-box;
    border:1px solid #ececec;
    overflow:hidden;
    cursor:zoom-in;
    z-index:33;
}

.innerZoom .easyzoom-flyout{
    left:0;
    border:0;
}

.easyzoom-flyout img{
    max-width:inherit;
}

@media screen and (max-width:768px){

    #galleryCat{
        padding-right:10px;
    }

    #video-detail iframe{
        max-width:100%;
        max-height:100%;
        width:auto;
        height:auto;
    }

}