/* ==================================================================
                              RESPONSIVE
================================================================== */

@media (max-width: 1024px){

    .ms-right #right2 {

        background-image: url("../img/1b.jpg");
        background-position: center center;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
          -moz-background-size: cover;
           -ms-background-size: cover;
            -o-background-size: cover;
               background-size: cover;

    }

    .ms-right #right4 {

        background-image: url("../img/5b.jpg");
        background-position: center center;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
          -moz-background-size: cover;
           -ms-background-size: cover;
            -o-background-size: cover;
               background-size: cover;

    }

}