

.tutorials--banner-image
{
    position: relative;
    width: 100%;
    height: 12rem;
    margin: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem 1rem 0 0;
    z-index: 1;
}


.tutorials--banner-logo > img { width: 100%; height: 100%; }
.tutorials--banner-logo
{
    position: absolute;
    bottom: -4rem;
    width: 8rem;
    height: 8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    padding: 1vw;
}