/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    .post-list .post-thumbnail {
        width: 100%;
        padding-top: 64.9572649573%;
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

    .post-list .post-thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 12px;
    }

    .post-list .post-content {
        width: 100%;
        padding: 15px 0;
    }

    .post-list .post-content .post-title a {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0;
    }

    .post-item .post-content .post-title a {
        height: unset;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1240px !important;
    }
}