.staticframe {
  width: 100%;
  height: 398px;
  background-size: cover;
  background-position: top right;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .staticframe {
    height: 210px;
  }
  .staticbox {
    margin-bottom: 30px;
  }
}
