@charset "UTF-8";
/* CSS Document */
.font {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #000;
  left: 10px;
  width: 100%;
}
.font a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #000;
  left: 10px;
  width: 100%;
}
    img, video, iframe {
        max-width: 100%;
        height: auto;
    }
@media screen and (max-width: 768px) {
  .element {
    width: 90%;
    margin: 0; /* per centrare */
  }
	.font {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #000;
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: 100%;
}
.font a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #000;
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: 100%;
}
}