.card__img {
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: blur(4px);
}
.show-on-hover {
    height: 0;
    overflow: hidden;
    padding: 0 !important;
}
.hide-on-hover {
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
}
.card__info_inner {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}
.card__info_inner-text {
    z-index: 2;
    padding: 18px;
}
.card__info_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: 0.4s all ease-out;
    opacity: 0;
}
.card__info-hover {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
}
.card__img--hover {
    transition: 0.4s all ease-out;
    width: 100%;
    position: absolute;
    height: 180px;
    top: 0;
}
.card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
.card__info {
    z-index: 2;
    background-color: #fff;
}
.card__category {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}
.card__title {
    margin-top: 5px;
    margin-bottom: 0px;
}
.card__by {
    font-size: 192px;
    margin-top: 0px;
    overflow: hidden;
    display: block;
    line-height: 33px;
    font-weight: 700;
}
.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #ad7d52;
}
@media (max-width: 576px) {
    .whatson_show {
        height: auto !important;
        min-height: auto !important;
    }
}
@media (max-width: 350px) {
    .whatson_show {
        width: 100%;
    }
}
body.high-contrast .card__img, body.high-contrast .card__img-glow {
    opacity: 0 !important;
}
.fa-lock, .fa-lock-open {
    display: block;
    position: relative !important;
    font-size: 23px;
    top: 0px;
}
.workplace-description {
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
}
