/* MEDIA QUERIES */

@media only screen and (max-width: 576px) {
    #showcaseOne,
    #showcaseTwo,
    #showcaseThree,
    #showcaseFour,
    #showcaseFive {
        object-fit: contain !important;
        height: auto;
    }

    /* .media-container .showcase-image {
        background-size: contain;
    } */

    .media-container {
        min-height: 30vh !important;
        max-height: 50vh !important;
        height: 100%;
    }
}
