﻿.main-wrapper {
	margin-top: 0px;
}
.carousel img {
  min-width: 100%;
  max-height:100%;
}
.carousel-control {
    font-size: 100px;
    top: 100px;
}

/* tablet portrait */
@media screen and (min-width: 100%) and (max-width: 100%) {
.carousel-control {
    font-size: 100px;
    top: 0%;
}

}
