@media (min-width: 420px) {
    .gallery img {
        height: 128px !important;
        width: 100% !important;
    }
}


@media (min-width: 576px) {
    .gallery img {
        height: 180px !important;
        width: 100% !important;
    }
}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .gallery img {
        height: 247px !important;
    }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .gallery img {
        height: 157px !important;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .gallery img {
        height: 191px !important;
    }
}

.title {
    margin: 30px auto 20px auto;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

nav #gallery {
    text-decoration: underline;
    text-underline-position: under;
}

.gallery img {
    width: 130px;
    height: 97px;
    object-fit: cover !important;
    transition: 0.3s !important;
}

.gallery img:hover {
    transform: scale(1.03);
}

.modal {
    padding: 0 !important;
}

.modal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal .modal-content {
    background-color: #0000007e;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal .modal-header {
    color: white;
}

.modal .modal-body {
    overflow-y: auto;
}

.fa-times {
    color: white;
}

.close {
    outline: none !important;
    box-shadow: none;
}

.carousel img {
    object-fit: scale-down !important;
}

.carousel-indicators img{
    width: 30px;
    height: 22px;
    object-fit: cover !important;
}