/*
Theme Name: mocal2022
Author: Hajime Nishida
Description: 2022年にリニューアルしたMOCALグループ公式サイト専用のwordpressテーマです。
Version: 1.0
*/

/* History page image styles */
.history-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 767px) {
    .history-img {
        height: auto;
        aspect-ratio: 16 / 9;
    }
}