.ios-app-holder {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
}
.ios-app-holder.active {
  display: block;
}
.ios-app-holder__container {
  background-image: url("/img/app/ios_app_holder.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  background-size: 100%;
}
.ios-app-holder__buttons {
  height: 130px;
  position: absolute;
  bottom: 0px;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
}
.ios-app-holder__button_app, .ios-app-holder__button_site {
  border: 1px #25b1a6 solid;
  height: 40px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
  display: block;
  max-width: 240px;
  margin: auto;
  margin-top: 15px;
}
.ios-app-holder__button_app {
  color: white;
  background-color: #25b1a6;
}
.ios-app-holder__button_site {
  color: #25b1a6;
}
