/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {


}



/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.lead-news-section-left{
  width: 100%;
}
.lead-news-text h1{
  font-size: 20px;
}
.lead-news-section-right{
  width: 100%;
  margin-top: 14px;
}
.middle-ul-top li{
  margin-bottom: 0;
}
.nav-video-tab-option .nav-tabs a{
  padding: 8px 16px;
}
.nav-video-tab-option{
  margin-bottom: 24px;
}
.nav-video-all-video{
  text-align: center;
  margin-bottom: 14px;
}
.opinion-section-wrapper-left{
  width: 100%;
}
.opinion-section-wrapper-right{
  width: 100%;
}
.national-news-section-left{
  width: 100%;
}
.national-news-wrapper-left{
  width: 100%;
}
.national-news-wrapper-right{
  width: 100%;
}
.national-news-section-right{
  width: 100%;
}
.sports-news-section-left{
  width: 100%;
}
.sports-news-section-right{
  width: 100%;
}
.lead-news-image i, .category-content-lead-left i {
    height: 45px;
    width: 45px;
    line-height: 36px;
    font-size: 24px;
    padding-left: 8px;
    border: 4px solid #fff;
}
.left-content-area{
  width: 100%;
}
.right-content-area{
  width: 100%;
}
.category-content-lead-left{
  width: 100%;
}
.category-content-lead-left img{
  max-width: unset;
  min-width: unset;
}
.category-content-lead-right{
  width: 100%;
}



}


/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}
