.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-open{
  padding-right: 0 !important;
}
.modal.in .modal-dialog {
  transform: none; /*translate(0px, 0px);*/
}

.scrolloff {
  pointer-events: none;
}
.foto .img {
  border-radius: 100%;
  margin-top: -2%;
  margin-bottom: 3%;
}

.descrizione{
  margin-bottom: -15px;
}

.marketing {
  margin-bottom: -5%;
}

.featurette-image {
  margin-top: -6%;
  margin-bottom: 8%;
}

.audio {
  margin-top: 12%;
}

.linguaggi {
  margin-top: 13.6%;
}

.lead {
  margin-bottom: 40px;
}

.featurette-divider {
  margin-bottom: 6.5%;
}

iframe {
  margin-top: -6%;
}

footer {
  text-align: center;
  margin-top: 2%;
}

.footer a:link {
  text-decoration: none;
  font-size: 20px;
}

.social img {
  margin-bottom: 2%;
}

@media screen and (max-width: 480px){ 
  .navbar-brand {
    font-size: 17px;
  }
  
  .descrizione{
  margin-bottom: -25px;
  }

  .curriculum{
    display: none !important;
  }

  .foto .img {
    margin-top: -6%;
  }

  .audio {
    margin-top: -8%;
    font-size: 28px;
  }

  .linguaggi {
    margin-top: 4%;
    font-size: 28px;
  }
  .lead {
    font-size: 16px;
  }

  .section-heading {
    margin-top: -20%;
  }

  iframe {
    margin-top: -22%;
  }

  footer {
    text-align: center;
    margin-top: 7%;
  }

.footer p {
    margin-top: 4%;
    font-size: 13px;
  }

  .pull {
    font-size: 12px
  } 
}