/*img, canvas, iframe, video, svg { 	max-width: 100%; }*//* Wrap tables or pre elements in a div with this class */
.overflow-container { 
  overflow-y: scroll; 
}

@media (max-width: 992px) { 		
  /*.wrapper {		background: red;	}*/	
  .wrapper {		
    min-height: 100px;
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
  }

  .list-countries {
    margin: 0;
    width: 100%;
  }	
  
  .wrapper h1 {
    margin: 0 0 20px;
    width: 100%;
  }
  
  .wrapper h1 img {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  /*.wrapper {
    background: yellow;
  }*/
  .wrapper h1 img {	    
    max-width: 100px;	
  }
}
