.rv-image > div {
    background-size: cover;
}

.botnav .navbar {
    margin-left: 25%;
}

body div.rv-module, body div.rv-content {
    width: calc(100% - 30px) !important
}

body .image2internal,
body .image3internal, 
body .image4internal, 
body .image5internal, 
body .image6internal, 
body .image7internal {
    height:200px !important;
    width: 100%;
}

body .image2,
body .image3, 
body .image4, 
body .image5, 
body .image6, 
body .image7 {
    overflow: visible;
    height:200px !important;
    width: 16.66%;
    float: left;
}

body .image2internal img,
body .image3internal img, 
body .image4internal img, 
body .image5internal img, 
body .image6internal img, 
body .image7internal img {
    width: 100%;
}


@media (max-width: 1100px) {

    body div.rv-content, body div.rv-module {
        margin: 0px auto !important;
        width: 100% !important;
    }

    body .image1 .image1internal {
        height: 50% !important;
    }

    body .image1 {
        height: auto !important;
    }

}

@media (max-width: 1100px) {

    body .rv-inner-content {
        width: 100% !important;
    }

    body .image2internal,
    body .image3internal,
    body .image4internal,
    body .image5internal,
    body .image6internal,
    body .image7internal {
        width: 100% !important;
        position: relative !important;
    }

    body .rv-widget {
        position: inherit !important;
    }

    body .image2,
    body .image3,
    body .image4,
    body .image5,
    body .image6,
    body .image7 {
        float: left;
        width: 33.32% !important;
        position: relative !important;
    }

}

@media (max-width: 750px) {

    body .image2,
    body .image3,
    body .image4,
    body .image5,
    body .image6,
    body .image7 {
        float: left;
        width: 50% !important;
    }

}

@media (max-width: 450px) {

    body .image2,
    body .image3,
    body .image4,
    body .image5,
    body .image6,
    body .image7 {
        float: left;
        width: 100% !important;
    }

    .image1 {
        padding-top: 55px;
    }

}