.gallery {
  height: calc(100vh - 100px) !important;
}
/**
 * carousel
 */
.carousel-item {
  height: 700px;
  overflow: hidden;
}
/**
 * App Functions
 */
.app-function {
  position: relative;
  padding: 100px 0;
}
.app-function .container {
  position: relative;
  z-index: 2;
}
.app-function.odd {
  /* background-color: ; */
}
.func-img {
  max-width: 100%;
}
.func-desc {
  margin: 20px auto;
  text-align: left;
  line-height: 2em;
  font-size: 20px;
}
.right .func-desc {
  text-align: right;
}
@media (min-width: 768px) {
  .func-desc.desc-h20 {
    margin-top: 200px;
  }
  .func-desc.desc-h14 {
    margin-top: 140px;
  }
}
@media (max-width: 768px) {
  .func-desc {
    text-align: center !important;
  }
}
