.default-gallery2 {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 45px 8px 40px;
  position: relative;
}
@media (max-width: 960px) {
  .default-gallery2 {
    padding: 35px 13px 50px;
  }
}
@media (max-width: 960px) {
  .default-gallery2 {
    padding: 35px 13px 50px;
  }
}
@media (max-width: 480px) {
  .default-gallery2 {
    padding: 30px 13px 40px;
  }
}
.default-gallery2:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.9);
}
.default-gallery2--title {
  color: #fff;
  font-size: 28px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 23px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .default-gallery2--title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .default-gallery2--title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .default-gallery2--title {
    font-size: 22px;
    padding-bottom: 18px;
  }
}
@media (max-width: 400px) {
  .default-gallery2--title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.default-gallery2--inner {
  font-size: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 520px) {
  .default-gallery2--inner {
    text-align: center;
  }
}
.default-gallery2--inner div {
  box-sizing: border-box;
  padding: 0 2px 4px;
  display: inline-block;
  vertical-align: top;
}
.default-gallery2--inner div img {
  width: 100%;
}
.default-gallery2--inner-small {
  max-width: 25%;
}
@media (max-width: 720px) {
  .default-gallery2--inner-small {
    max-width: 33%;
  }
}
@media (max-width: 520px) {
  .default-gallery2--inner-small {
    max-width: 50%;
  }
}
.default-gallery2--inner-big {
  max-width: 50%;
}
@media (max-width: 720px) {
  .default-gallery2--inner-big {
    max-width: 66%;
  }
}
@media (max-width: 520px) {
  .default-gallery2--inner-big {
    max-width: 100%;
  }
}
.default-gallery2--inner {
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}
