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