/*
Theme Name: Lotus Painting 1.0
Theme URI: http://www.lotuspaintingcolorado.com
Author: Chris Chavez
Author URI: http://www.thechrischavez.com
*/

@media screen and (max-width: 499px) {
.slider-container {
  padding-top: 14px;
}
}

/* iphone 5s in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
.slider-container {
  padding-top: 14px;
}
}