

/* CSS from section stylesheet tags */
@media (max-width:1230px) {
.storetopslider{
position:relative;
width:100%;
height:0;
padding-top:42%;
}
.storetopslider iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
}
@media (max-width:767px) {
  .storetopslider{
padding-top:70%;
}
}