.parallax-iv {
  /* The image used */
  background-image: url("../img/iv-main.jpg");

  /* Set a specific height */
  height: 650px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.interior1 {
    box-shadow: inset 0px 0px 15px 0 rgba(20, 20, 20, 0.2);
}


@media only screen and (max-width: 1020px) {
.iv-logo {
   width: 80%
}

.desktop {
  display: none;
}

.google-map {
  height: 150px;
  font-size: 12px;
  line-height: 14px;

}

div.contacto.mobil {
  text-align: center;
}

div.telefono, div.email {

  display: inline-block;
  width: 100%;
  line-height: 10px;
  font-size: 22px;
  */background-color: #e8e8ef;
}

div.telefono {
      padding-top: 10px;
      padding-bottom: 10px;
}

.icon-phone-b:before, .icon-mail-line-b:before  {
  content: '\f095';
  color:#00aeef;
  font-family: 'FontAwesome';
  font-size: 22px;
}

.icon-mail-line-b:before  {
  content: '\f0e0';
}

h6.therapies  {
  font-size: 18px;
}

h1.therapies  {
  font-size: 38px;
}

div.column_attr.clearfix.align_center {
  padding-top: 70px;
}

}

@media only screen and (min-width: 1021px) {
.iv-logo {
   width: 30%
}

.mobil {
  display: none;
}

h6.therapies {
  font-size: 45px;
}

h1.therapies  {
  font-size: 65px;
}

div.column_attr.clearfix.align_center {
  padding-top: 120px;
}


}

