/* =====================================================
   TABLET
   576px - 991px
   ===================================================== */

@media (min-width: 576px) and (max-width: 991px) {

    .site-header .custom-logo-link {
        width: 120px;
        height: 65px;
        flex: 0 0 120px;
    }

    .site-header .custom-logo {
        height: 65px !important;
        max-width: 120px !important;
        max-height: 65px !important;
    }

.profile-photo {
    width: 100%;
    height: auto !important;
    max-height: none !important;

    object-fit: contain;
    object-position: center;

    display: block;
}

    .carousel-image {
        height: 320px;
    }
}