@media only screen and (min-width: 600px) {
  
main {
  padding-bottom: 130px;
}
.poster, .posterpic {
  display: none;
  
}
.callnow {
    height: 68px;

}
.line {
  display: inline-block;
}
.covid_img {
  max-width: 350px;
}
.addy {
  display: inline;
}

.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%;
}
.contact1 {
    font-size: 16px;
    padding-top: 16px;

}

.practice_logo2 {
   width: 450px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.btn_mstr {
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
  font-size: 18px;
  width: 400px;
}


/* contact page */

.gmap {
  padding-top: 60px;
  width: 420px;
  height: 400px;
}
/* covid styles */
.covid {
  display: flex;
  padding-bottom: 50px;
}
.covidDiv {
  flex: 1;
  margin: 10px;
  padding: 12px;

}
.policy {
  font-size: 14px;
  line-height: 22px;
}
.policy {
  font-size: 14px;
  line-height: 22px;
}
/* style for NEW TREATMENTS PAGE */

.newTreatments {
  width: 100%;
  text-align: left;
}
.newTreatments #left {
  float: left;
  width: 48%;
}
.clearspace {
  clear: both;
  height: 12px;
}
.newTreatments #right {
  float: right;
  width: 48%;
  padding-bottom: 100px;

}

.trt-img {
  float: left;
  height: 67px;
  width: 77px;
}
.newTreatments h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #09428a;
  display: inline;
}
.newTreatments h2 a {
  color: #09428a;
  text-decoration: none;
}
.newTreatments h2 a:hover{
  text-decoration: underline;
}
.trt-txt {
font-size: 14px;
line-height: 20px;
padding: 0;
 
}
.sm {
  width: 115px;
}

/* style for NEW TREATMENTS PAGE */
.my-form {
  color: #305896;
}
.my-form .btn-default {
  background-color: #305896;
  color: #fff;
  border-radius: 0;
}
  .my-form .btn-default:hover {
  background-color: #4498C6;
  color: #fff;
}
  .my-form .form-control {
  border-radius: 0;
}

}


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



.covid{
  display: flex:
  flex-wrap:wrap;
  padding: 50px;

}

}

