.public__banner > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog__cover > img.-custom-style {
    height: 100%;
    object-fit: cover;
}

.banner__slide > img.-custom-style {
    height: auto;
    object-fit: contain;
    background-color: #ecf0f1;
}

@media only screen and (max-width: 1024px) {
    .public__head.-custom-style {
        min-height: 12vw;
    }
    .public__title.-custom-style {
        min-height: 15vw;
    }

    .banner__slide > img.-custom-style {
        height: 100%;
    }
}