.t-feed__post-popup__img {
    max-width: 100%;
    border-radius: 10px;
}

.t-feed__post-popup__relevants-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.t-descr {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 400;
    color: #000000;
}

.t-slds {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

img.t-carousel__zoomer__img.t-img.loaded {
    border-radius: 10px;
}