.profile-banner .ratio {
    min-height: 160px;
    max-height: 220px;
    height: 160px;
}

.profile-banner .gradient-banner {
    height: 100%;
}

.profile-circle-wrapper {
    transform: translate(-50%, -60%);
}

.profile-circle {
    width: 200px;
    height: 200px;
}

@media (min-width: 768px) {
    .profile-banner .ratio {
        min-height: 200px;
        height: 200px;
    }
    .profile-circle-wrapper {
        transform: translate(-50%, -65%);
    }
    .profile-circle {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 992px) {
    .profile-banner .ratio {
        min-height: 250px;
        height: 250px;
    }
    .profile-circle-wrapper {
        transform: translate(-50%, -70%);
    }
    .profile-circle {
        width: 300px;
        height: 300px;
    }
}
