@media (max-width: 767px) {
/* Hide the second slide on mobile */
.hero__slide:nth-child(2) {
display: none;
}
/* Adjust the width of the first slide to occupy the full container */
.hero__slide:first-child {
width: 100%;
}
}
Please enter your ticket information before you continue