.sticky-product-row {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-evenly;

}

.sticky-product-row>.col-lg-5,

.sticky-product-row>.col-md-5,

.sticky-product-row>.productblock-image {

    display: flex!important;

    align-items: flex-start;

    max-width: 100%;

    width: auto;

}

@media (max-width: 991px) {
    .sticky-product-row>.productblock-image {
        min-width: 65%;
    }
}

.sticky-product-fixed {

    top: 0px !important;

}

.sticky-product-bottom {

    align-self: flex-end;

}

.sticky-product {

    margin-top: 0!important;

    margin-bottom: 0!important;

    width: 100%;

}

.sticky-product-row .images-container {

    width: 100%;

}

@media (max-width: 767px) {

    .sticky-product-row>.col-lg-5,

    .sticky-product-row>.col-md-5,

    .sticky-product-row>.productblock-image {

        width: 100%;

    }

    .sticky-product-row .page-content .images-container.an_productpage-slider-wrap {

        width: calc(100% + 60px);

        margin: 0 -30px 40px;

    }

}

@media (max-width: 640px) {

    .sticky-product-row .page-content .images-container.an_productpage-slider-wrap {

        width: calc(100% + 30px);

        margin: 0 -15px 1rem;

    }

}