/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.item {
  height: calc(100vh - 130px);
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 @media (min-width: 1024px) {
	.item {
  		height: calc(100vh - 111px);
	}
}
 @media (min-width: 1280px) {
	.item {
  		height: calc(100vh - 100px);
	}
}