/* Media Query for Portrait Orientation */
@media screen and (orientation: portrait) {
    .modal > div {
        height: 75vw !important;
        width: 100vw !important;
    }
    .flip {
        height: 90vw;
        width: 90vw;
    }
    .flip-container {
        width: 10vw;
        height: 10vw;
    }

}

