#gallery-header{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 1%;
  }
#gallery-header .imagen{
  background-position: bottom center;
  background-position-y: -200px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 450px;
  display: block;
  position: relative;
  background-attachment: fixed;
}
#gallery-header .imagen .overlay{background: rgba(0, 0, 0, 0.26);position: absolute;left: 0;right: 0;width: 100%;height: 100%;}
#gallery-header .title{
    position: relative;
    height: 450px;
}
#gallery-header .title h2{
    color: #fff;
    font-size: 43px;
    text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.14);
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
#gallery-header .title h2 span{
    margin-top: -7px;
    font-size: 43px;
    font-weight: 300;
}
#gallery{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
}
/*MOBILE SCREEN*/
@media (max-width: 448px) {
  #gallery-header .imagen {
    background-position-y: inherit !important;
    background-attachment: inherit;
}
#gallery-header .title h2 {
    font-size: 34px;
}
#gallery-header .title h2 span {
    font-size: 34px;
}
.foogallery-default a {
    width: 30%;
}
}
