.container {
    width: 100%;
    height: 100%;
    
}

img {
    width: 100%;
    height: auto;
   
    ;
}
img:hover {
    box-shadow: 1px 0 2px 1px rgba(0, 139, 186, 0.6);
    cursor: pointer;
  }
