	/*============= RESPONSIVE =================*/
	@media (min-width: 1024px) {	
	  #hero .carousel-content{
			display: none;
		}
	}
	
	
	/* TABLET */
	@media only screen and (min-width: 767px) and (max-width: 991px) {
				
		#hero {
		  height: 60vh;
		  background: #ffc107!important;	  
		}

		#hero .carousel-item::before {
		  content: "";
		  background: #ffc107!important;
		}
	}	
	
	
	/* MOBILE */
	@media only screen and (max-width: 767px) {	
		#hero {
		  /*background: #ffc107!important;*/
		  /*background: url("../img/about-svg/mobile.png") center center no-repeat;*/
		  margin-bottom: 20px!important;
		}
		
		#header {
		  height: 80px!important;
		}

		#header .logo img {
		  padding: 5px 0!important;
		  max-height: 70px;
		}

		#hero .carousel-item::before {
		  content: "";
		  /*background: #ffc107!important;*/
		  background: url("../img/about-svg/mobile.png") center center no-repeat;
		  background-size: cover;
		}
				
		#hero .carousel-control-next-icon,
		#hero .carousel-control-prev-icon {		  
		  display: none!important;
		}
	}
	

    @media (max-width: 992px) {
      .team .member {
        margin-bottom: 110px;
      }
    }





