.product-image-video-heading .ddd-inner {
    max-height: 300px;
}

.product-image-video-links {
    display: flex;
    align-items: center;
    height: 237px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: none;
}

.product-image-video-btn {
    transition: all 0.5s ease-in-out;
}

.product-image-video-btn svg {
    position: absolute;
    width: 67px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}

.product-image-video-heading {
    padding: 0 0 33px;
}

.js-product-image-video-slider  .slick-track {
    padding-bottom: 90px;
}

.product-image-video-item {
    width: 330px !important;
}

.js-product-image-video-slider .slick-slide {
    margin: 0 10px;
}

.product-image-video-slider-btn {
    text-align: center;
    padding: 26px 0 0;
}

.js-product-image-video-slider .slick-arrow::before {
    /*color: #EFEAD9;*/
}

@media(min-width: 768px) {
    .product-image-video-item {
        width: 420px !important;
        height: 301px;
    }

    .product-image-video-links {
        height: 100%;
    }

    .js-product-image-video-slider .slick-list {
        width: calc(100% + 53px);
    }

    .product-image-video-slider-btn {
        text-align: left;
        padding: 0;
    }

    .js-product-image-video-slider .slick-track {
        padding-bottom: 32px;
    }


    .js-product-image-video-slider .slick-next {
        right: 0;
        margin-right: 0;
        transform: translate(0 , 0);
        left: unset;
        bottom: -64px;
    }

    .js-product-image-video-slider .slick-prev {
        left: unset;
        right: 84px;
        bottom: -64px;
    }

    .js-product-image-video-slider .slick-slide {
        margin: 0 16px;
    }
}

@media (min-width: 1200px) {
    .product-image-video-heading {
        padding: 0px;
    }

    .product-image-video-heading .ddd-inner {
        max-height: 550px;
    }

    .product-image-video-row {
        align-items: center;
    }

    .js-product-image-video-slider .slick-track {
        padding-bottom: 51px;
    }

    .js-product-image-video-slider .slick-list {
        width: calc(100% + 3000px);
    }

    .js-product-image-video-slider .slick-arrow:hover::before {
        color: #2AA566;
    }

    .product-image-video-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(6,18,10,1) 0%, rgba(6,18,10,0.7651261188068977) 100%); 
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
        flex-direction: column;
        opacity: 0;
        padding: 25px;
    }

    .product-image-video-btn svg {
        width: 57px;
    }

    .product-image-video-hover h4 {
        color: #fff;
        font-size: 24px;
        padding-bottom: 18px;
    }

    .product-image-video-hover .btn-link {
        color: #fff;
    }

    .product-image-video-heading h2 {
        line-height: 1.15em;
        padding: 0 0 37px;
    }

    .product-image-video-heading h5 {
        margin-bottom: 15px;
    }

    .product-image-video-links:hover {
        text-decoration: none;
        border: none;
    }

    .product-image-video-links:hover .product-image-video-hover {
        opacity: 1;
    }

    .product-image-video-links:hover .product-image-video-btn {
        opacity: 0;
    }
}