/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .home2
    {
        height:413px!important;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .home2
    {
        height:413px!important;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .home2
    {
        height:413px!important;
    }
}