body{
    margin:0px;
    overflow: hidden;
}

img{
    width: 100%;

}

img:hover{
   opacity: 0.5;

}