.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 .logo-box img {
  height:138px;
  }
  
  .logo-box .date-center {
      margin-top: 18px !important;
      margin-bottom: 10px !important;
  }
  @media only screen and (max-width: 603px) {
  .mobile-header .logo-item img {
      height: 80px;
      display: block;
  }
  
  .mobile-header .control-side, .header.nav-section.sticky .mobile-header .control-side {
  top:25px;
  }
  }


  .header .logo-box img {
    height:138px;
    }
    
    .logo-box .date-center {
        margin-top: 18px !important;
        margin-bottom: 10px !important;
    }
    @media only screen and (max-width: 603px) {
    .mobile-header .logo-item img {
        height: 80px;
        display: block;
    }
    
    .mobile-header .control-side, .header.nav-section.sticky .mobile-header .control-side {
    margin-top:25px;
    }
    }