.carousel-inner img {
  
  width: 100% !important;
  height: 92vh;

  }

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.container-fluid {
  position: relative;
  
  
}


@media screen and (max-width: 1080px) {

	
	.navbar-brand-top{
	font-size: 50%;
	}
	.navbar-brand{
	font-size: 90%;
	}
	

}
@media screen and (max-width: 768px) {
   
	
	.navbar-brand-top{
	font-size: 50%;
	}
	.navbar-brand{
	font-size: 90%;
	}
	
	
  
 }
 
 @media only screen and (max-width: 600px) {
 .navbar-brand-top{
	font-size: 50%;
	}
	.navbar-brand{
	font-size: 90%;
	}
	
}
