@media only screen and (max-width: 767px) {
  .detail-section {
    padding: 0 !important;
  }
}

.bigyaapan-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigyaapan-item img {
  max-width: 100%;
}

.news-breaks-breaking {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 30px;
}

img.mobile-ad {
  max-width: 100%;
}

.news-breaks {
  border-top: none !important;
  padding-top: 15px !important;
}

.desktop-adv {
  display: block !important;
}
.mobile-adv {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .desktop-adv {
    display: none !important;
  }
  .mobile-adv {
    display: block !important;
  }
}


.date-time iframe {
  margin-left: 30px;
}