/**
 * @file
 * Bottom
 */

.bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
}

/* Large mobile devices (tablet, 768px and up) */
@media (min-width: 768px) {
  #block-mappa {
    overflow: hidden;
  }
}
