.age-title {
    text-transform: uppercase;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    font-family: MontserratoBold;
}
.cover {
    background-position: center;
    background-size: cover;
}
.shop-by-age:hover .cover {
    background-color: rgba(0,0,0,0.1);
}
.shop-by-age:hover img {
    visibility: visible !important;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}