/* CSS Document for the digital sign template #5

Created: June 2015
Author: Christina Hall

Updated: December 2016

*/

li.slick-asset {
    height: inherit;
}

/* remove elements of weather not in use */
ul.weather.forecast, ul.weather.forecast {
  display: none;
}

/* adjust main margin to fix without now-missing weather elements */
.main {
	margin-top: 18px;
}

section {
  margin-left: -40px;
}

.slick-slider{
margin-bottom: 0px !important;
margin-left: -16px !important;	
margin-right: 8px !important;
}

.slickslide img {
  margin-left: 8px;
}

.slick-track {
    left: -8px;
}

/* hero */

/*
.hero{
 margin-left: -8px;
	} */
	
.slick-event > img{
	height: 950px;
}	

.slick-news > img{
	height: 950px;
}	

.slick-link > img {
  height: 950px;
}

.slick-photo > img {
  height: 950px;
  width: 1920px;
}

/* I dont remember what this was...but pretty sure its not in use anymore
hide the Text Treatments span since the underlying image is being stretched (and therefore the TT will no longer be accurate)

li.slick-slide span {
    display: none;
}*/