.img_row {
    margin-bottom: .4rem;
    width: 100%
}
.img_box {
    float: left;
    position: relative;
    width: 4rem;
    height: 4rem;
    margin: .15rem;
}
.img_box:hover{
    transition: 0.5s linear;
    float: left;
    position: relative;
    width: 4.3rem;
    height: 4rem;
    margin: .15rem 0rem;
}
.img_box:hover .text_dec {
    transition: 0.5s linear;
    display: block;
    margin-top: .23rem;
    font-size: .26rem;
    font-weight: 500;
    color: #FFFFFF;
}
.img_box .text_dec {
    display: none;
    margin-top: .23rem;
    font-size: .26rem;
    font-weight: 500;
    color: #FFFFFF;
}

.img_box .img {
    width: 100%;
    height: 100%;
}

.text_bg {
    padding: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    font-size: .35rem;
    font-weight: bold;
    color: #FFFFFF;
}
