@media (max-width: 800px) {
    .banner-right img {
        width: 55%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
    }

    .banner-content{
        margin-top: 0;
        margin-bottom: 20px;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #home .col-lg-5,
    #home .col-lg-7 {
        width: 50%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}