html, body {
  overflow-x: hidden;
  min-width: 100%;
  min-height: 100%;
}


.main-section {
  margin: 32px;
}

@media(min-width: 992px){
  .main-section {
    margin: 120px 0px 120px 120px;
  }
	.navbar-logo-mobile  {
		position:  static 1important;
	}
	.carousel-item {
    		background-position: top !important;
		}
}
