@media screen and (max-width: 720px) {
  .container-header img {
    width: 280px
  }
  .visual, .visual-area {
    background: url('../images/bg-color.jpg') no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  }
  .visual .text-block {
    padding: 100px 0 !important;
  }
}
@media screen and (min-width: 720px) {
  .container-header img {
    width: 500px
  }
}

.visual {
  min-height: 400px;
  background: url('../images/bg-color.jpg') no-repeat center center fixed !important ;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.visual-area {
  min-height: 300px;
  /*background: url('../images/bg-armo-default.jpg') no-repeat center center fixed !important ;*/
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
