	    @media screen and (max-width: 767px) {
		    .carousel {
		    height: 200px !important;
	    	}
	    	
	    	video#bgvid {
		    	top:41% !important;
	    	}
	    }
	 
	  .moments-feature {
		   border: 5px solid white;
		    border-radius: 6px; 
		    padding: 10px 15px;
		    margin-bottom: 20px;
	  }
	  
	    .moments-feature img {
		    margin-top: 15px;
	    }
	    .img-moment {
		    width: 120px;
		    height: 120px;
	    }
	    @media screen and (max-width: 800px) {
		    .img-moment {
		    width: 80px;
		    height: 80px;
	    	}
	    }
	    
	    h2 {
		    font-size: 27px;
	    }
	    
	    @media screen and (max-width: 800px) {
		   h3 {
		    font-size: 24px;
	    }
	    .neuehome {
		    text-align: center;
	    }
	    }
	    
	    h3 {
		    font-size: 25px;
	    }
	    
	    @media screen and (max-width: 800px) {
		   h3 {
		    font-size: 20px;
	    }
	    }
	   
	   
	    .moments-banner {
	    background: #dfd6de url("../../assets/images/moments-summer.jpg") center left no-repeat;
		background-size: cover;
		padding: 180px 0;
		}
		@media screen and (max-width: 800px) {
		   .moments-banner {
		    padding: 55px 0;
	    }
	    }

	    .carousel-caption {
		    background: rgba(255, 255, 255, 1);
	    }
	    
	    .pull-left {
		    margin-right: 20px;
	    }
	    
	    .form-group {
		    margin-bottom: 15px;
	    }
	    
	    textarea.form-control {
		    height: 160px;
	    }
	    #check .field {
		    color: #333;
	    }
	    
	    .media2 {
		    padding-bottom: 80px;
			padding-top: 30px;
	    }
	    .media2 p {
		    color: #fff;
	    }
	    
	    input#company.form-control, input#name.form-control {
		    margin-bottom: 25px;
	    }
	    
	    input:-moz-placeholder, textarea:-moz-placeholder { color: #333; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #333; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #333; }
	  
	  video#bgvid { 
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: 100%;
	    height: auto;
	    z-index: -100;
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    background: url(../../assets/moments.jpg) no-repeat;
	    background-size: auto; 
	}

	

