@import url('../mediterranean.css');

@media only screen and (max-width: 960px) {
    .mdt-highlights {
        flex-direction: column;
    }

    .mdt-highlight {
        width: calc(100% - 4rem);
    }
}
