﻿/* KEEP ME */
img {
    border-radius: .5rem;
}

.swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
}

/* Full screen */
.content.container-fluid,
.content.container-fluid .row > * {
    padding-left: 0px;
    padding-right: 0px;
}

    .content.container-fluid .row {
        margin-left: 0px;
        margin-right: 0px;
    }

/* Top */
.content .top {
    height: 10vh;
}

    .content .top .swiper .slide-img-wrapper {
        text-align: center;
    }

.top .swiper .slide-img-wrapper img {
    max-height: 10vh;
    width: auto;
}

/* Middle */
.content .middle .swiper .slide-img-wrapper {
    text-align: center;
}

    .content .middle .swiper .slide-img-wrapper img {
        max-width: 100%;
        aspect-ratio: 600 / 900;
    }

/* Bottom */
.content .bottom {
    max-height: 15vh;
}
