.downloadIOS {
  background: url(./../img/bgmain.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.backfeature {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 35px;
  height: 35px;
}

.backfeature img {
  width: 100%;
  height: 100%;
}


.bannerDownloadIOS {
  /* background-image: url('/assets/ok9img/downloadiosbanner.png'); */
  /* background-image: url('./../ok9img/downloadiosbanner.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #252B38; */
  background-position: center;
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.downloadios-title-mb {
  display: none;
}

@media screen and (max-width: 768px) {
  .downloadIOS {
    background: url(./../ok9img/bgmobiv2.png) no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
    touch-action: pan-x pan-y;
  }

  .bannerDownloadIOS {
    display: none;
  }

  .downloadios-title-mb {
    width: 90%;
    display: block;
    margin: auto;
  }

}
