.contatti-wrapper {
  width: 65%;
  margin: 0 auto;
  overflow: hidden; /* clearfix */
}

.canvas {
  height: 70%;
}

.scroll-off {
  pointer-events: none;
}

.box-contact {
  text-align: center;
  padding: 50px 0;
}

.box-contact i {
  color: #db131d;
}


.icon {
  width: 90px;

}

.icon-text {
  padding-top: 10px;
  font-size: 14px;
}

.image-wrapper {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 480px) {

  .box-contact {
    text-align: center;
    padding: 30px 0;
  }

  .icon {
    width: 45px;
  }

}