/* plugin css for Latest News Grid Post */

.three-grid-container-p1 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 7px;
    background-color: #000000;
    padding: 5px;
    width: 600px;
    height: 335px;
    top: 270px;
    left:640px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
  }
  
  .three-grid-container-p1 > div {
    background-color: black;
    text-align: center;
    padding: 2px 0;
    font-size: 40px;
    object-fit: cover; 
     position: relative;
  }

  h6.news_context {
    color:white;
    font-size: 17px;
  }

  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;
  }

  .three-grid-top-container {
    background-color: #000000;
    position: absolute;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top:16px;
    width: 730px;
    height: 55px;
    text-align: left;
    margin-top: 203px;
    left:640px;
    bottom: 5px;
    overflow-wrap: break-word;
  }
/*----Media Query -----*/

@media only screen and (max-width:1078px){
.three-grid-container-p1 {
display: none;
}

.three-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;
}

.three-grid-top-container {
display: none;
}
}
/*----Media Query -----*/
