.section-banner img {
  margin-top: -80px !important;
}

.gallery {
  padding: 20px 80px 80px 80px;
  background-color: #e0ece4;
}

.gallery * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery body, .gallery html {
  background: black;
  font-family: 'arial narrow', sans-serif;
}

.gallery #galery {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.gallery #galery .row .col-md-6 .video1 {
  max-width: 450px !important;
  padding-left: 10px;
}

.gallery #galery .row .col-md-6 .video2 {
  max-width: 450px !important;
  margin-left: -10px;
  padding-left: 30px;
}

.gallery .imgFrame {
  display: inline-block;
  width: 32%;
  background: white;
  padding: 5px;
  margin: 4px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.gallery .imgFrame img {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  display: block;
}

.gallery .imgCaption {
  position: absolute;
  bottom: 10px;
  left: 100%;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  padding: 5px;
}

.gallery .imgFrame:hover .imgCaption {
  opacity: 1;
  left: 0;
}

.btn-download {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

.section-banner {
  position: relative;
  text-align: center;
}

.section-banner img {
  width: 100%;
  height: 500px;
}

.section-banner .centered {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-banner h1 {
  color: #fff;
  font-weight: bold;
  font-size: 80px;
  margin-top: 50px;
}

@media (max-width: 580px) {
  .section-banner img {
    margin-top: 0px !important;
  }
  .gallery {
    padding: 10px 0px 70px 0px;
  }
  .gallery #galery {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
  }
  .gallery #galery .row .col-md-6 .video1 {
    max-width: 450px !important;
    padding: 0px 20px;
    margin: 0px;
  }
  .gallery #galery .row .col-md-6 .video2 {
    max-width: 450px !important;
    padding: 0px 20px;
    margin: 0px;
  }
  .gallery .our-product {
    padding: 60px 0 60px 0px;
    background-color: #e0ece4;
  }
  .gallery .our-product .bg-aside {
    width: 100%;
    padding: 0;
    margin: -60px 0 60px 0;
    background-color: #ff8c0020;
  }
  .gallery .our-product .bg-aside .aside {
    padding: 10px 0 0 15px;
  }
  .gallery .our-product .bg-aside .aside h4 {
    margin-bottom: 10px;
  }
  .gallery .our-product .bg-aside .aside a {
    font-size: 18px;
  }
  .gallery .our-product .content-product {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .gallery .our-product .content-product .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .gallery .btn-download {
    margin-top: 20px;
    font-size: 13px;
    font-weight: bold;
  }
  .gallery .section-banner img {
    height: 400px;
  }
  .gallery .section-banner h1 {
    font-size: 55px;
  }
  .gallery .section-banner .centered {
    top: 50%;
  }
}
/*# sourceMappingURL=gallery.css.map */