.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;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.3);
}

.card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.card__category {
    text-transform: none;
    font-size: 20px;

    font-weight: 500;
    color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 21px;
}

.card__by {
    font-size: 20px;
    margin-top: 0px;
    height: 45px !important;
    overflow: hidden;
    display: block;
    line-height: 17px;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.whatson_show {
 /*height: 450px !important;*/
 /*min-height: 450px !important;*/
width: 290px;

}
@media (max-width:576px) {
    .whatson_show {
        height: auto !important;
        min-height: auto !important;
    }
}
@media (max-width:350px) {
    .whatson_show {
        width: 100% !important;

    }
}


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;
}