.video_gallery .video_icon_img {
    background-position: 10px 8px !important;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    background-size: 60px !important;
}
.video_gallery {
    position: relative;
}
div.pvfw-product-class {
    overflow: inherit !important;
}
div.pvfw-thumb .slick-slide .item {
    border-radius: 2px;
}
.slick-slide.slick-current.slick-active .video-js {
    margin-bottom: 10px;
}
.slick-list { 
    margin: 0 -5px;
}
.slick-slide>div {
    padding: 0 5px;
}
div.pvfw-product-class {
    overflow: inherit !important;
}
.images.pvfw_top_image_video {
    position: relative;
}
a.pvfw-slider-zoom-trigger {
    position: absolute;
    top: 0.875em;
    right: 0.875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    pointer-events: none;
}
/*.video_gallery.item img {
    position: absolute;
}*/
div.product .pvfw-slider-zoom-trigger::before {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    content: "";
    display: block;
    line-height: 2;
    text-indent: 0px;
    font-variant: normal;
    color: black;
    background: #ccc;
    border-radius: 4px;
}
div.product .pvfw-slider-zoom-trigger img {
    display: none !important;
}
a.pvfw-slider-zoom-trigger:focus {
    outline: none !important; 
}
.slick-track .slick-slide .item img,
.slick-track .slick-slide .item {
    cursor: pointer !important;
}
section.pvfw_feature_thumb.slider.slick-initialized.slick-slider {
    margin-top: 10px;
}
.images.pvfw_top_image_video.vimeo .pvfw_vimeo_feature {
    margin-bottom: -85px;
    margin-top: -85px;
}
@media only screen and (max-width: 760px) {
    .video_gallery img {
        width: 100%;
    }
    .images.pvfw_top_image_video {
        width: 100% !important;
    }
}