.call-to-action{
    background-image: url('../images/apply.jpg');
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.basic-product .img-wrapper {
    height: 400px
}

.basic-product .img-wrapper img{
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}