
.n24-ctr-ad{
  width:100%;
  max-width:900px;
  clear:both;
  margin:28px auto;
  text-align:center;
}

.n24-ctr-ad-label{
  display:block;
  margin-bottom:6px;
  color:#98a2b3;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.n24-ctr-ad-inner{
  width:100%;
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(16,24,40,.05);
}

.n24-ctr-ad-inner ins,
.n24-ctr-ad-inner iframe,
.n24-ctr-ad-inner img,
.n24-ctr-ad-inner > div{
  max-width:100%!important;
}

.n24-ctr-ad-first{
  margin-top:32px;
  margin-bottom:32px;
}

.n24-ctr-ad-second{
  margin-top:36px;
  margin-bottom:36px;
}

@media(max-width:768px){
  .n24-ctr-ad{
    margin:22px auto;
  }

  .n24-ctr-ad-inner{
    min-height:80px;
    border-radius:12px;
  }
}

@media(max-width:480px){
  .n24-ctr-ad{
    margin-left:-2px;
    margin-right:-2px;
    width:calc(100% + 4px);
  }
}
