body {
  background-color: #1f2124;
}
.parallax {
  height: 437px;
  width: 100%;
  -webkit-box-shadow: inset -77px -27px 0 #1f2124;
  box-shadow: inset -77px -27px 0 #1f2124;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.parallax .app-bg {
  background-attachment: fixed;
  background-image: url("../img/5.jpg");
  background-position: bottom;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: multiply;
  filter: blur(57px);
  position: absolute;
  top: -5vh;
  right: -5vw;
  bottom: -5vh;
  left: -5vw;
}
.parallax h1 {
  width: 100vw;
}
.app-screens .col {
  margin: 0 0 17px;
}
.app-screens .col a img {
  height: 200px;
}
.app .row .image {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.app .row .image img {
  max-width: 300px;
}
.app .row .description {
  display: block;
}
.app .row .description p {
  padding: 27px 37px;
  text-align: left;
}
@media (max-width: 479px) {
  .app .row .description p {
    text-align: center;
  }
}
.app .row .description p + p {
  padding: 17px 37px 27px;
}
.app .row:nth-child(even) {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 479px) {
  .app .row:nth-child(even) {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.app .row:nth-child(even) .description p {
  text-align: right;
}
@media (max-width: 479px) {
  .app .row:nth-child(even) .description p {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .app .row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
