.hero__body .pin {
    position: absolute;
    left: 0;
    top: 0 !important;
    height: 100vh !important;
    max-width: 100% !important;
    width: 100% !important;
}

.hero__body .pin__bg {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
}

.hero__body .pin__bg:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 35, 47, 0.75);
}

.hero__body .pin-spacer {
    width: 100% !important;
}

.hero__body--content .single {
    color: #fff;
}

.hero__body .hero__body--title,
.hero__body--content .single .slide__title {
    color: #fff;
}

.banner .banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2);
}

.banner .banner__overlay {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1024px) {
    .hero__body--content .single .slide__title {
        font-size: 25px;
        line-height: 31.4px;
    }

    .hero__body--content .single .description {
        font-size: 16px;
        line-height: 28.6px;
    }
}