.detail-section {
  padding: 0 !important;
}

@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-ad {
  display: block !important;
}
.mobile-ad {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .desktop-ad {
    display: none !important;
  }
  .mobile-ad {
    display: block !important;
  }
  
}
.header-festival-banner {
	display: flex;
	justify-content: center;
	align-items: center;
  }

.header-festival-banner img {
	width: 100% !important;
	height: auto !important;
}
.header-festival-banner {
    margin-bottom: 3px !important;
}

@media only screen and (max-width: 767px) {
  .header-festival-banner {
    margin-bottom: 0px !important;
}
}