.ws-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.ws-a:hover {
    filter: brightness(80%);
}

.ws-title {
    width: 100% !important;
    text-align: center;
    color: white !important;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    padding: 5px;
    background-color: rgba(113, 75, 103, 0.8);
}