@media (min-width:769px){.preview-container{flex-direction: column-reverse;width:450px;}
.thumbnail-box{width:100%;height:auto;display:flex;margin-top:10px;justify-content: space-between;}
.thumbnail-box .list{height:auto;margin:0 auto;width:calc(100% - 70px);}
.prodetails-button-next, .prodetails-button-prev{width:25px;height:100%;}
.prodetails-button-prev em{transform: rotate(90deg);}
.prodetails-button-next em{transform: rotate(-90deg);}}
@media (min-width:769px) and (max-width:1440px){.preview-container{width:400px;}}
@media (min-width:769px) and (max-width:1280px){.prodetails-info{padding-left:20px;padding-top:0;}}