﻿@media (min-width: 768px) and (max-width: 991px) {
    .home-slice-one-banners .row div:nth-child(odd) img {
        float: left !important;
    }

    .home-slice-one-banners .row div:nth-child(even) img,
    .home-slice-one-banners .row div:last-child img {
        float: right !important;
    }
}