.reference-cover-alt {
    text-align: center;
    background: #fff;
    padding: 20px 0 0;
    position: relative;
}

.reference-cover-alt__bg {
    position: absolute;
    background: #deedfd;
    background-image: linear-gradient(#F2F8FF, #DDECFD);
    top: 0;
    width: 100%;
    height: 65%;
    z-index: 5;
    border-radius: 0 0 50% 50%/0 0 7% 7%;
}

.reference-cover-alt__inner {
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.reference-cover-alt__heading {
    margin: 0 0 20px;
    font-size:  20px;
    color: #001227;
}

.reference-cover-alt__media {
    margin: 0 auto;
    max-width: 1200px;
}

.reference-cover-alt__slider {
    background: #eaeef2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-bottom: 60%;
    border: 1px solid #BFC8D0;
    box-shadow: 0 0 0 5px #fff inset;
    
}

@media (min-width: 600px) {
    .reference-cover-alt {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .reference-cover-alt__heading {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .reference-cover-alt__media {
        width: 75%;
    }

    .reference-cover-alt__slider {
        margin: 0 auto;
        padding-bottom: 50%;
    }
}

@media (min-width: 1200px) {
    .reference-cover-alt__bg {
        height: 63%;
    }
}

@media (min-width: 1400px) {
    .reference-cover-alt {
        padding-top: 40px;
    }

    .reference-cover-alt__bg {
        height: 61%;
    }
}

@media (min-width: 1600px) {
    .reference-cover-alt {
        padding-top: 50px;
    }
    
    .reference-cover-alt__heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1900px) {
    .reference-cover-alt__bg {
        height: 60%;
    }
}
