.adl-container{
background: #F8B841;
    padding: 30px 20px 20px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
    width: 100%;
}
.adl-close-botton {
  cursor: pointer;
  position: absolute;
  color: #000;
  top: 10px;
  right: 20px;
}
.adl-content {
  display: flex;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.adl-icon {
  background: url('images/appicon230.png') no-repeat;
  background-size: cover;
  width: 56px;
  height: 56px;
  margin-right: 10px;
  margin-top: 0;
  float: left;
  border-radius: 15%;
}
.adl-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.adl-content .text-group{ width: 80%;}
.adl-body {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  line-height: 1.8 !important;
  -webkit-font-smoothing: antialiased;
}
.button-group {
  display: flex;
  width: auto;
}
.adp-link {
  height: 48px;
  border-radius: 40px;
  color: #fff;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  background: #961e31;
}
.adp-one-link{width: 100%;}
.adp-one-link svg{
  fill: white;
  width: 30px;
  vertical-align: text-bottom;
}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}
.fadeInUp{animation-name:fadeInUp;}
@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
.fadeOut{animation-name:fadeOut;}
@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
.fadeOutDown{animation-name:fadeOutDown;}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}


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

.na-keyvisual .gplay{
	position: absolute;
    right: 6%;
    bottom: 11%;
    width: 15%;
    height: 8%;
}
.na-keyvisual .astore{
	position: absolute;
  	right: 6%;
    bottom: 20%;
    width: 15%;
    height: 8%;
}

@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;
    right: 5%;
    bottom: 13%;
    width: 32%;
    height: 5%;
  }
  .na-keyvisual .astore{
	position: absolute;
    right: 5%;
    bottom: 8%;
    width: 32%;
    height: 5%;
  }
}
