.equipment-item img{
    width: 80%;
}
.item-description{
    position: absolute; 
    width:50%; 
    text-align: left; 
    bottom: 40%; 
    left: 10%; 
    font-size: 20px; 
    color: white;
    display: none;
}
.item-pic{
    background: black;
    box-shadow: 10px 20px 13px 4px black;
}
