.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-carousel {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    max-width: 90%;
}

.main-carousel {
    padding: 0;
}

.splide__arrow svg {
    fill: #46A79F;
}

.splide__slide.is-active {
    border-color: #46A79F;
}

.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 900px) {
    .thumbnail-carousel {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .ah360 article .outline,
    .ah360 article .details {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}