/* Add custom CSS styles below */ 
.advanced-slider{
  margin-top: 3rem; 
}
@media (max-width: 640px) {
    .grid-item.portrait {
        grid-column: span 1;
        aspect-ratio: 1 / 2;
    }
}