.product-page-hero {
    position: relative;
}

.product-page-hero .avia-slide-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 30%, transparent);
    z-index: 4;
}

.product-page-hero .slideshow_inner_caption {
    padding: 0 15px !important;
}

.product-page-hero .avia-caption-title {
    font-size: 42px;
}

@media only screen and (max-width: 920px) {
    .product-page-hero .avia-caption-title {
        font-size: 37px !important;
    }
}

@media only screen and (max-width: 479px) {
	.product-page-hero .avia-caption-title {
        font-size: 30px !important;
    }
}