*{box-sizing: border-box;}
.mydiv{
    width: 0%;
    height: 0vh;
    text-align: center;
    margin: auto;
    border: 2px solid #ccc;

}
#myh1{display: none;}
.players{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.player{
    width: 32%;
    text-align: center;
    display: none;
    
}
.player img{width: 100%;
height: 400px;
}