
@media (max-width: 767px) {
	.hidden-mobile {
	  display: none;
	}
}

@media (max-width: 576px) {
	.hidden-mobile {
	  display: none;
	}
}

@media only screen and (max-width: 576px) {
  .hidden-bar {
    display: none;
  }
 .responsive-iframe {
    width: 100%;
    border: none;
  }
}