.interactive-section > .product-carousel.section {
    position:absolute; 
    width: 100%;
    bottom: -42px;
    right: -9px;

}

.interactive-section {
    position:relative;
}

.interactive-section .product-carousel .section-title {
    display: none;
}

.interactive-section .thumbnail-container {
    background: #FAFAFA;
    padding-inline: 0;
}

.interactive-section .thumbnail-container .product-thumbnail {
    padding-inline: 10px;
    background: #FFFFFF;
}
@media (min-width: 920px) {
    .interactive-section > .product-carousel.section {
        width: 70%;
        margin-left: auto;
        padding: 15px 0;
        bottom: -100px;
        right: 0;
    }
}


