#container .gallery {
  background-image: url(../../../img/gallery/gallery_header_img.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 814px;
}
#container .section a.down-arrow {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  display: inline-block;
  height: 50px;
  padding: 3px 10px 0 8px;
  position: relative;
  text-decoration: none;
  width: 50px;
}
#container .section a.down-arrow:hover {
  background-color: #8c734b;
}
#container .section a.down-arrow .fa-angle-down {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#container .gallery .content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
#container .gallery h1 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 48px;
  margin-top: 50px;
  text-transform: uppercase;
}
#container .section .content #logo {
  border: 1px solid #FFFFFF;
  padding: 20px;
  max-width: 148px;
}
#container .gallery .pinocchio {
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}
#container .gallery .fa-angle-down:hover {
  color: #FFFFFF;
}
i {
  font-family: fontawesome !important;
  font-size: 40px;
  font-style: normal;
}
.mosaic {
  position: relative;
}
.mosaic::before {
  content: "";
  background-image: url(../../../img/utils/Texture_Alessa_gray_larg.png);
  background-size: initial;
  background-repeat: initial;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.mosaic .content {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
.mosaic .more-gallery {
  background-color: #FFFFFF;
  display: none;
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mosaic .more-gallery img {
  max-width: 60px;
  cursor: pointer;
}
#freewall {
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  #container .gallery h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 17px;
  }
  #container .gallery {
    min-height: 400px;
  }
  #container .section .content #logo {
    max-width: 65px;
    padding: 10px;
  }
  #container .section a.down-arrow {
    display: none;
  }
  #container .gallery .content a {
    font-size: 20px;
  }
  #container .gallery .pinocchio img {
    float: right;
    width: 75%;
  }
  #container .gallery h1 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.brick {
  width: 100%;
  position: relative;
  padding: 0;
}
img.full-size {
  height: 100%;
}
.brick img {
  padding: 5px;
  margin: 0px;
  display: block;
  background-color: #FFFFFF;
}
#freewall {
  position: relative;
}
#freewall::before {
  content: "";
  background-image: url(../../../img/utils/Texture_Alessa_gray_larg.png);
  background-size: initial;
  background-repeat: initial;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
/* =============== responsive ============= */
@media (min-width: 576px) and (max-width: 990px) {
  .brick .img-float-left {
    display: inline;
  }
  .brick .img-float-right {
    float: right;
    height: 100%;
  }
}
