/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  
  
  .ticker-wrap .ticker-title{text-align:center;}

#wrap_all .ticker-wrap  .flex_column{
    margin-bottom: 0px!important;
}


     .responsive #top .slideshow_caption h2{
        font-size: 45px;
    }

    .responsive #top .slideshow_caption .avia-caption-content, 
    .responsive #top .slideshow_caption .avia-caption-content p{
        font-size: 45px;
        margin-top: -10px;
    }  

}

