.responsive {
  max-width: 100%;
  height: auto;
}

body { 
    background-color: black;
}   
a:-webkit-any-link {
    pointer-events: auto;
    cursor: pointer;
} 
