@media (min-width: 861px) {
    .hero.image-only:not(.has-video) .hero-inner {
        position: static;
        display: block;
        min-height: 0;
        padding: 0;
    }

    .hero.image-only:not(.has-video) .hero-proof {
        position: absolute;
        right: calc(50% + 14px);
        bottom: 20px;
        left: auto;
        width: max-content;
        max-width: calc(50% - 38px);
        margin: 0;
    }

    .hero.image-only:not(.has-video) .hero-slider-controls {
        left: calc(50% + 14px);
        right: auto;
        bottom: 20px;
        transform: none;
    }
}

@media (max-width: 860px) {
    .hero.image-only:not(.has-video) .hero-proof {
        margin-bottom: 68px;
    }
}
