﻿.header .inner {
	padding-top: 62px;
	padding-bottom: 0px;
}
.carousel img {
  width: 100%;
  max-height:500px;
}
.carousel-control {
    font-size: 100px;
    top: 35%;
}
.fullscreen-carousel {
	position: relative;
	position: relative;
	-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.9);
	box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.9);
}

/* tablet portrait */
@media screen and (min-width: 741px) and (max-width: 940px) {
.carousel-control {
    font-size: 100px;
    top: 15%;
}

}
