.page-not-found {
    text-align: center;
    margin-bottom: 10px;
    padding: 30px;
    background-color: #f7f7f7;
    text-shadow: 1px 1px;
}

.default-banner {
    background: #eee;
    text-align: center;
    min-height: 250px;
    max-width: 300px;
    color: #999;
    padding-top: 125px;
    margin-bottom: 15px;
}

@media (min-width: 991px) {
   .p-mobile { display: none; }

   .default-bilbord {
    background: #eee;
    min-width: 90%;
    min-height: 250px;
    color: #999;
    padding-top: 125px;
    margin-bottom: 15px;
}
}

@media (max-width: 991px) {
   .p-mobile { display: block; }
}

@media (max-width: 992px) {
   .p-desktop { display: none; }

   .default-bilbord {
    background: #eee;
    min-width: 90%;
    min-height: 100px;
    color: #999;
    padding-top: 50px;
    margin-bottom: 15px;
}

}

@media(max-width:767px){

    .big-banner.banner-left{
      display: none;
    }

    .big-banner.banner-right{
      display: none;
    }
  }

  @media(min-width:768px){

    .big-banner.banner-right {
      right: -10px;
      z-index: 99999;
      overflow: hidden;
      text-align: left;
      top: 0px !important;
      position: fixed;
      display: block !important;
    }

    .big-banner.banner-left {
      z-index: 99999;
      overflow: hidden;
      text-align: right;
      top: 0px !important;
      position: fixed;
      display: block !important;
      text-align: right;
    }

  }

.news-list-box .news-list .news-item{
    flex: 0 0 100%;
    width: 100%;
}

/* intext embed fix start*/

.single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
    width: 100%;
    min-height: 200px;
}
@media (min-width: 576px) {
    .single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
        width: 100%;
        min-height: 300px;
    }
}

@media (min-width: 768px) {
    .single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
        width: 100%;
        min-height: 400px;
    }
}

@media (min-width: 1265px) {
    .single-news .embed-responsive[data-socialembed="facebook"] iframe[src^="https://www.facebook.com"] {
        width: 100%;
        min-height: 500px;
    }
}

@media (min-width: 576px) {
    .single-news .embed-responsive-16by9 iframe {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 768px) {
    .single-news .embed-responsive-16by9 iframe {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 1265px) {
    .single-news .embed-responsive-16by9 iframe {
        width: 100%;
        height: 500px;
    }
}
/* intext embed fix end*/
