.hero.image-only .hero-proof {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hero.image-only .hero-slider-controls {
    padding: 4px 9px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hero.image-only .student-proof small {
    color: rgba(255, 255, 255, .9);
}

.student-proof .avatar-list span {
    text-transform: uppercase;
}

@media (max-width: 520px) {
    .hero.image-only .hero-proof {
        padding: 8px 10px;
        border-radius: 13px;
    }

    .hero.image-only .hero-slider-controls {
        padding: 3px 7px;
    }

    .student-proof {
        gap: 7px 10px;
    }

    .student-proof .avatar-list span {
        width: 40px;
        height: 40px;
        margin-left: -7px;
        font-size: 10px;
    }
}

@media (min-width: 861px) {
    .hero.image-only:not(.has-video) .hero-proof {
        right: calc(50% + 184px);
        bottom: 20px;
    }

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

@media (max-width: 860px) {
    .hero.image-only:not(.has-video) .hero-proof {
        width: min(100%, 360px);
        max-width: 360px;
        margin-right: auto;
        margin-bottom: -32px;
        margin-left: auto;
        align-self: center;
        box-sizing: border-box;
    }

    .hero.image-only:not(.has-video) .hero-slider-controls {
        right: auto;
        left: 50%;
        width: min(calc(100% - 48px), 360px);
        max-width: 360px;
        box-sizing: border-box;
        transform: translateX(-50%);
    }
}
