@media screen and (min-width: 992px) {

h5 {
  padding-bottom: 4px;
  font-size: 2VW;
}
 .adv_div {
    margin-top: -10px;
}
 .dr_h1 {
  padding-top:4%;
 }
.poster, .posterpic {
  display: none;
  
}
.video-container {
  position: relative;
  display: block;
  height: 650px;
  overflow: hidden;

}
video {
  display: block;
  height: auto;
  vertical-align:middle;
  width: 100%;
}
.overlay-desc {
  display: block;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35%;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 10px;
}
.div_two {
 float: left;
 width: 100%;

}

.div_sects h2 {
    text-align: center;
}

figure.effects1 p {
    margin: 1em 0 0;
}
figure.effects1 h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
figure.effects1 p {
    margin: 1em 0 0;
    padding: 1.8em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 
/*ads*/

/* Google Map */

.responsive-map{
overflow: hidden;
padding-bottom:30%;
position:relative;
height:0;
}
/*  */
.cv1 {
    height: auto;
}
.slider {
  max-width: 980px;
  }
.ad-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.ad-img {
  width: 100%;
  max-width: 160px;
  padding: 25px;
}



/* Covid Policy */
.cv_h2 {
  padding-top: 15%;
}
.cv1 {
  background-image: url("images/corona.png");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
.cv-text {
  text-align: left;
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 600px;
}
.sm {
  text-align: center;
  padding-top: 25px;
}


.footer .col {
    width: 200px;
    float: left;

}

}