/* Enter Your Custom CSS Here */

#front-page-3 h2{
position: absolute;
    left: 0px;
    bottom: 0px;
}
.flexible-widgets .widget{
  width: 100%;
}
.archive .archive-title{
  display: none;
}
@media(max-width: 667px){
   #front-page-3{
     padding: 0px;
     height: 180px;
   }
#front-page-3 .wrap{
      height: inherit;
}
#front-page-3 h2{
  left: 15px;
}
}