﻿.banner-1 {
    background: url(img/directoDelCampo/01.jpg) no-repeat;
    background-position-y: 25% !important;
}

.banner-2 {
    background: url(img/directoDelCampo/02.jpg) no-repeat;
    background-position-y: 18% !important;
}

.banner-3 {
    background: url('img/directoDelCampo/03.jpg') no-repeat;
}

.banner-4 {
    background: url('img/directoDelCampo/04.jpg') no-repeat;
}

.banner-directo-campo {
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
@media (max-width: 1750.98px) {
    .banner-directo-campo {
        height: 360px;
        background-size: cover;
    }
}
@media (max-width: 1550.98px) {
    .banner-directo-campo {
        height: 310px;
        background-size: cover;
    }
}
@media (max-width: 1199.98px) {
    .banner-directo-campo {
        height: 249px;
        background-size: cover;
    }
}
@media (max-width: 991.98px) {
    .banner-directo-campo {
        height: 195px;
        background-size: cover;
    }
        .banner-directo-campo .ciclo {
            width: 340px;
        }
}
@media (max-width: 767.98px) {
    .banner-directo-campo {
        height: 200px;
        background-size: cover;
        background-position: 69%;
    }
}