.exerciseDetailsImgOverlay{
    position: absolute;
    width: 100%;
    padding: 1rem;
    z-index: 1;
    bottom: 0px;
    background-color: rgba(0,0,0,.5);
    color: white;
    border-radius: 5px;
}
