#imageControl {
    position: absolute;
    height: 0;
    top: 50%;
    left: 20px;
    margin-top: -7px;
    z-index: 333;
}

#productLeft #imageControl {
    width: calc(100% - 40px);
}

#imageControl span {
    width: 35px;
    height: 35px;
    background-image: url('imageArrow.png');
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
}

#imageControl span#nextImage {
    background-position: right 0;
}

[dir="rtl"] #imageControl span#nextImage {
    background-position: 0 0;
}

[dir="rtl"] #imageControl span#prevImage {
    background-position: right 0;
}

#imageControl span:hover {
    opacity: 1;
}

.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;
    }
}