/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {
    .fc-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /* .modal {
        height: 95%;
    } */
    /* .passenger-name {
        font-size: 24rem;
    } */
    /* .before-footer {
        margin-top: 5rem;
    } */
}