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


.poster, .posterpic {
  display: none;
  
}
.callnow {
    height: 50px;

}
.line {
  display: inline-block;
}

.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: 26px;
    padding-top: 7px;
}
.sm {
  width: 200px;
  padding-left: 20px;
}


/* contact page 
.map1 { 
  overflow:hidden;
  padding:0;
  margin-left: 200px;
  padding-right: 50px;
}

#one {
  float:left;
  width:300px;
}
#two { 
  overflow:hidden;
  margin:10px;
  min-height:170px;
}*/
.gmap {
  width: 400px;
  height: 400px;
}

/* style for NEW TREATMENTS PAGE */

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

.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-top: 6px;
  float: left;
  width: 19em;
}





}
