
.responsive {
 max-width: 100%;
 height: auto;
}
.responsive2 {
 max-width: 100%;
 height: auto;
}



@media screen and (max-width: 576px) {
.responsive  {
    display: none;
  }
}
@media screen and (min-width: 576px) {
.responsive2  {
    display: none;
  }
}

