.img_showroom {
    width: 100%;
    max-height: 100vh;
display: table;
    position: relative;
}
.item_showroom {
    position: relative;
overflow: hidden;
}

.content_showroom {
    position: absolute;
    bottom: -100%;
    padding: 0;
    background-color: #242424;
    opacity: 0.95;
    width: 100%;
    font-family: Raleway;
    font-size: 1em;
    color: #fff;
    transition: all 0.4s ease;
    display: flex;
}
.item_showroom:hover>.content_showroom {bottom: 0}

.top_footer {
    color: #fff;
    font-family: Raleway;
    text-align: center;
}
.desc_showroom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    height: 100%;
    padding: 15px;
    text-align: center;
}

.title_showroom {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
    font-family: Raleway;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5em;
}
@media (max-width: 1200px) {
.title_showroom {font-size: 2em;}
}
@media(max-width:767px) {
.title_showroom {font-size: 1.8em;}
}




