
@media (min-width: 576px) { 
 .img-file{
    display: none;
  }
  .img-file img{
    height: 50px;
    width: 100%;
  }



}

.boy{
	background-color: red;
	height: 200px;
}