/* MAX WIDTH */

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1680px) {
    .over-slider-info {
        height: 400px;
        width: 400px;
        padding: 20px;
    }

    .over-slider-top {
        height: 200px;
    }

    .over-slider-bottom {
        display: flex;
        height: calc(100% - 200px);
    }

    .over-slider-bottom-left-title {
        font-size: 23px;
    }

    .over-slider-bottom-left-text {
        font-size: 15px;
    }

    .over-slider-bottom-right-chevron {
        height: 40px;
        width: 40px;
    }

    .over-slider-bottom-right-chevron i {
        font-size: 21px;
    }
}

@media screen and (max-width: 1440px) {
    .over-slider-info {
        height: 350px;
        width: 350px;
        padding: 15px;
    }

    .over-slider-top {
        height: 175px;
    }

    .over-slider-bottom {
        display: flex;
        height: calc(100% - 175px);
        justify-content: space-between;
    }

    .over-slider-bottom-left-title {
        font-size: 21px;
    }

    .over-slider-bottom-left-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1200px) {
    .over-slider-bottom-right {
        min-width: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        position: absolute;
        top: 2px;
        right: 5px;
    }

    .over-slider-bottom-right-chevron {
        background-color: #be953e;
    }

    .over-slider-bottom-right-chevron i {
        color: #172a43;
    }
}

@media screen and (max-width: 1024px) {
    .hero .newsletter {
        display: none !important;
    }

    .over-slider-top {
        display: none;
    }

    .over-slider-info {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 75%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        bottom: 20px;
        background-color: rgba(201, 169, 89, 0.75);
        border-radius: 5px;
        z-index: 10;
    }

    .over-slider-bottom-left {
        padding-top: 0px;
    }

    .over-slider-bottom-right {
        padding-top: 0px;
    }

    .over-slider-bottom-right {
        position: relative;
        top: auto;
        right: auto;
    }

    .over-slider-info:hover {
        background-color: rgba(190, 149, 62, 1);
    }

    .over-slider-zone {
        justify-content: flex-end;
    }

    .over-slider-bottom-right-chevron {
        background-color: #172a43;
    }

    .over-slider-bottom-right-chevron i {
        color: #be953e;
    }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .over-slider-info {
        width: calc(100% - 20px);
    }

    .over-slider-bottom-left-title {
        font-size: 18px;
    }

    .over-slider-bottom-left-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {

}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {

}

/* MIN WIDTH */

@media screen and (min-width: 1025px) {
 
}

@media only screen and (min-width: 2400px) {
    .over-slider-zone {
        justify-content: space-around;
    }
}

/* LANDSCAPE */

@media screen and (max-width: 576px) and (orientation: landscape) {
  
}

@media screen and (max-width: 768px) and (orientation: landscape) {
   
}


