
          body {
           background-color:#fff;
          }
		.container {
			width: 100%!important;
		}
          .mod1 {     
            padding:0;
            background-image: url(../images/jacob_black.jpg);
            background-size: cover;
            -moz-background-size: cover;
            background-position: top;
            background-repeat: no-repeat;
            transition: all 1s;
          }
          .mod1:hover {
            background-image: url(../images/jacob_light.jpg);
            
          }
            .mod2 {       
            padding:0;
            background-image: url(../images/jbv_black.jpg);
            background-size: cover;
            -moz-background-size: cover;
            background-position: top;
            background-repeat: no-repeat;
            transition: all 1s;
          }
          .mod2:hover {
            background-image: url(../images/jbv_light.jpg);
          } 

        .light1, .light2, .dark1, .dark2 {
            width: 100%;
            height: 232px;
			margin-top:35%;
            vertical-align: middle;
            opacity: 0.8;
			transition: all 1s;
            
        }

        .light1 {
        background-image: url(../images/jcb_black.jpg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition-duration:1s;
        -webkit-transition-duration:1s;
        transition-property:all;
        }
        .mod1:hover >.light1 {
         background-image: url(../images/jacob_logo.jpg);   
        }

        .light2 {
        background-image: url(../images/jbv_dark.jpg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition-duration:1s;
        -webkit-transition-duration:1s;
        transition-property:all;
        }
        .mod2:hover >.light2 {
         background-image: url(../images/jbv_logo.jpg);   
        }

          #myModal {
              z-index:999;
              display:none;
              vertical-align: middle; 
          }


<!---RESPONSIVE--->


