
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: all .4s;
}

iframe {
  max-width: 100%;
}




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


  iframe {
    margin: 15px 0;
  }
}