@charset "UTF-8";

iframe{
  width: 100%;
}
#top_contact + div a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width: 768px){
  #top_contact + div a[href^="tel:"] {
    pointer-events: auto;
  }
}