.image-background {
    display: block;
    height: 50rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom,#004892,#007ab4,#00a7da);
}

.image-background .bg-img-desktop, .image-background .bg-img-mobile{
object-fit: unset;
}


@media screen and (max-width: 63.99875em) {
    .image-background {
        height:auto
    }

    .image-background .bg-img-desktop {
        display: none
    }

    .image-background .bg-img-mobile {
        display: block
    }
}

