.fleet-carousel-titles {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.fleet-carousel-titles a {
    text-decoration: none !important;
    color: lightgray;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.fleet-carousel-titles a:hover {
    color: black;
}

.fleet-carousel {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide a {
    user-select: none !important;
    position: relative;
	font-family: "Coder", Sans-serif;
}

.swiper-slide img {
    aspect-ratio:1.2;
    object-fit:cover;
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide span {
    color: white;
    position: absolute;
    top: 4px;
    right: 12px;
}

@media (min-width:768px) and (max-width:1023px){
	.swiper-slide span {
		top:40px!important;
	}
}
@media (max-width:767px){
	.swiper-slide span {
		top:120px!important;
	}
}



.elementor-carousel-image {
    transform: scale(0.90);
    transition: all 0.3s ease-in-out;
}

.elementor-carousel-image:hover {
    transform: scale(1.0);
}
