.banner-cms {
    position: relative;
    padding: 0;
}
.banner-cms .title {
    letter-spacing: 0;
    color: inherit;
    font-size: 64px;
}
.banner-cms .sub-title {
    letter-spacing: 0;
    color: inherit;
}
.banner-cms .banner-img {
    position: relative;
    padding-bottom: 27.8%;
    width: 100%;
}
.banner-cms .banner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.banner-cms .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #FFF;
    z-index: 2;
}
.banner-cms .banner-img:before {
    content: '';
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.title.general {
    font-family: var(--font-family-heading);
}
.title.gloock {
    font-family: var(--font-family-heading-2);
}
.title.inkfree {
    font-family: var(--font-family-heading-3);
}
@media (max-width:1024px) {
    .banner-cms .title {
        font-size: var(--font-size-h2-big);
    }
    .banner-cms .banner-img {
        padding-bottom: 400px;
    }
}