.downloadIOS {
  background: url(./../img/bgmain.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.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: 101% 100%;
    background-position: center center;
  }

  .bannerDownloadIOS {
    display: none;
  }

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

}