/*
#lightSlider {
	margin-top: 63px; 
	max-height: 60vh;
	overflow: hidden;
	white-space: nowrap;
}

#lightSlider li {
	position: relative;
	display: inline-block;
	max-height: 60vh;
}

#lightSlider li > img {
	vertical-align: top;
	width: 100%;
}

#lightSlider li .overlayer {
	position: absolute;
	width: 50%;
	height: fit-content;
	max-height: 90%;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#lightSlider li .overlayer img {
	max-width: 100%;
	max-height: calc(100% - 170px);
}

#lightSlider li .overlayer a {
	display: table;
	margin: 20px auto 0;
}

#lightSlider .overlayer h1 {
	color: #fff;
	font-size: 100px;
	line-height: 150px;
	font-family: 'Cabin Sketch', "Roboto" , sans-serif;
}
*/

#lightSlider {
	/*max-height: 60vh;*/
	max-height: none
	overflow: hidden;
	white-space: nowrap;
	margin-top: 0;
    max-height: none;
}


#lightSlider li {
	position: relative;
	/*display: inline-block;*/
	display: flex;
	/*max-height: 60vh;*/
	height: 100%;
	max-height: none;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

#lightSlider li > img {
	vertical-align: top;
	width: 100%;
}

#lightSlider li > img {
  position: absolute;
  width: auto !important;
  min-width: 100%;
  min-height: 100%;
  flex: none;
}

#lightSlider li .overlayer {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	/*position: absolute;*/
	position: relative;
	/*width: 50%;*/
	width: inherit;
	height: fit-content;
	max-width: 75%;
	/*max-height: 90%;*/
	max-height: 75%;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*margin: auto;*/
	margin: auto 0;
}


#lightSlider li .overlayer img {
	max-width: 100%;
	max-height: calc(100% - 170px);
}

#lightSlider li .overlayer a {
	display: table;
	margin: 40px auto 40px;
}

#lightSlider li .overlayer h1 {
	color: #fff;
	font-size: 60px;
	line-height: 40px;
	font-family: 'Cabin Sketch', "Roboto" , sans-serif;
}

#lightSlider li .overlayer h2 {
	color: #fff;
    font-weight: 200;
    font-size: 40px;
    line-height: 0;
    white-space: normal;
    font-family: "Roboto", sans-serif;
}

a.linkbutton {
	display: inline-block;
	background-color: #cb4335;
	min-width: 120px;
	color: #fff;
	line-height: 17px;
	text-transform: uppercase;
    padding: 15px;
	margin: 20px;
}

.lSSlideOuter .lSPager {
    margin: -39px 0 20px !important;
}

.lSSlideOuter .lSPager li a {
    background-color: unset !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    height: 10px !important;
    width: 10px !important;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
}

lSSlideOuter .lSPager li:hover a, .lSSlideOuter .lSPager li.active a {
    background-color: white !important;
}

@media all and (min-width: 1001px) and (min-height: 801px) {
  #lightSlider {
	height: calc(100vh - 63px - 175px) !important;
  }
}

@media all and (max-width: 1000px), all and (max-height: 800px) {
  #lightSlider {
   height: calc(100vh - 63px) !important;
  }
}

@media all and (max-width: 800px) and (min-width: 501px) {
  #lightSlider li .overlayer h1 {
    font-size: 7.5vw !important;
    line-height: 12vw !important;
  }
  #lightSlider li .overlayer h2 {
    font-size: 5vw !important;
    line-height: 7vw !important;
  }
}

@media all and (max-width: 500px) {
  #lightSlider li .overlayer h1 {
    font-size: 38px !important;
    line-height: 55px !important;
  }
  #lightSlider li .overlayer h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
