.header-image {
  overflow: hidden;
  position: relative;
}
.header-image img {
  width: 100%;
}
.header-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: rgba(42,172,226,0.14);
  text-shadow: 0px 0px 7px rgba(0,0,0,0.75);
}
.header-image-title {
	display: flex;
	justify-content: flex-end;
	flex-flow: column;
	height: 100%;
}
.header-over h1 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  color: white;
  margin: 0;
  text-transform: uppercase;
}
.header-over h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.header-image .sk-carousel .item, 
.header-image .sk.single-header {
  height: 14vw;
  background-size: cover;
  background-position: center center;
}
/*Responsive*/
@media only screen and (min-width:770px) and (max-width:1024px) {
.header-image .sk-carousel .item, .header-image .sk.single-header {
    height: 20vw;
}
}
@media only screen and (max-width:769px) {
.header-image .sk-carousel .item, .header-image .sk.single-header {
    height: 30vw;
}
.header-over h1 {
    font-size: 25px;
}
.header-over h2 {
    font-size: 10px;
}
}
@media only screen and (max-width:500px) {
.header-image .sk-carousel .item, .header-image .sk.single-header {
    height: 45vw;
}
}