.na-keyvisual {margin-bottom: 60px; position: relative;}
.na-keyvisual img {width: 100%; height: auto; display: block;}

.na-keyvisual .gplay{
      position: absolute;
    left: 12%;
    top: 29%;
    width: 9%;
    height: 5%;
}
.na-keyvisual .astore{
    position: absolute;
    left: 12%;
    top: 24%;
    width: 9%;
    height: 5%;
}

@media (min-width: 900px) {
  .na-mobile-only {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .na-desktop-only {
    display: none !important;
  }
  .newsappdlb_c{width: 80%;}
  .na-keyvisual {
    margin-left: -1.71429rem;
    margin-right: -1.71429rem;
  }
  .na-keyvisual .gplay {
    position: absolute;
    left: 20%;
    top: 9%;
    width: 16%;
    height: 3%;
  }
  .na-keyvisual .astore{
      position: absolute;
      left: 20%;
    top: 6%;
    width: 16%;
    height: 3%;
  }
}