/* Enter Your Custom CSS Here */
  #colophon {
    display: none;
}

@media only screen and (max-width: 1024px){
  #slideshow{
    height: 900px !important;
  }  
}  

@media only screen and (max-width: 900px){
  #slideshow{
    height: 850px !important;
  }
}

@media only screen and (max-width: 780px){
  #slideshow{
    height: 700px !important;
  }
}

@media only screen and (max-width: 600px){
  #slideshow{
    height: 400px !important;
  }
}


@media only screen and (max-width: 600px){
  #slideshow{
    height: 300px !important;
  }
}

