@media only screen and (min-width: 600px) {
  
main {
    padding-bottom: 45px;
}

.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 {
    text-align: center;
    font-size: 18px;
    padding-top: 7px;

}
.sm {
  width: 115px;
}
.btn_mstr {
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
  font-size: 18px;
  width: 400px;
}

.gmap {
  width: 300px;
  height: 400px;
}

/* 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%;
}

.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;
 
}


/* 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;
    }
.trtBottom {
  padding-top: 600px;
}





}


