/* plugin css for Latest News Grid Post */

        .grid-container-p1 {
          display: grid;
          grid-template-columns: auto auto;
          grid-gap: 7px;
          background-color: #000000;
          padding: 5px;
          width: 430px;
          height: 320px;
          top: 0px;
          left:630px;
          border-bottom-right-radius: 12px;
          border-bottom-left-radius: 12px;
          position: absolute;
        }
        
        .grid-container-p1 > div {
          background-color: black;
          text-align: center;
          padding: 2px 0;
          font-size: 25px;
          object-fit: cover; 
           position: relative;
        }

        h6.news_context {
          color:white;
        }

        h6.Lnews {
          color:white;
          font-size: 25px;
          margin-top: 2px;
          margin-bottom:auto;
          text-align: center;
          padding-top: 20px;
          
        }
        .item0 {
          width:280px;
          
        }
        .item2 {
          width:280px;
        }

        .item1 {
          width:100px;
          max-height: 100px;
          max-width: 100px;
        }

        .item3 {
          width:100px; 
          max-height: 100px;
          max-width: 100px;
        }
        .item4 {
          width:280px;
        }
        .item5 {
          width:100px; 
          max-height: 100px;
          max-width: 100px;
        }

        img.video_grid_image {
        border: 0.5px solid #000000;
        border-radius: 5px;
        padding: 5px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        }

        .grid-top-container {
          background-color: #000000;
          position: absolute;
          border-top-left-radius: 12px;
          border-top-right-radius: 12px;
          width: 130px;
          height: 55px;
          text-align: left;
          margin-top: 203px;
          left:630px;
          bottom: 5px;
          overflow-wrap: break-word;
        }
    /*----Media Query -----*/

@media only screen and (max-width:1078px){
  .grid-container-p1 {
    display: none;
  }
  
  .grid-container-p1 > div {
    display: none;
  }

  h6.news_context {
    display: none;
  }

  h6.Lnews {
    display: none;
    
  }
  .item0 {
    display: none;
    
  }
  .item2 {
    display: none;
  }

  .item1 {
    display: none;
  }

  .item3 {
    display: none;
  }
  .item4 {
    display: none;
  }
  .item5 {
    display: none;
  }

  img.video_grid_image {
  display: none;
  }

  .grid-top-container {
    display: none;
  }
}
/*----Media Query -----*/
