/* Galéria alapbeállítások */
#car-gallery {
    width: 100vw;
    max-width: 100%;
    height: 60vh;
    max-height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

#car-gallery * {
    user-select: none;
}

#car-gallery .swiper-wrapper,
#car-gallery .swiper-slide {
    width: 100%;
    height: 100%;
}

#car-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* Swiper navigációs nyilak */
#car-gallery .swiper-button-prev,
#car-gallery .swiper-button-next {
    color: #cea46f;
}