.size_livre {
    height:15em; 
    width:185px; 
    border-radius:5px;
    margin: 0 10px;
    object-fit: cover;
    cursor: pointer;
    transition: .25s ease-in-out;
}