.feed-prediction {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.feed-prediction .screen-slide {
    height: 100%;
    /*padding-bottom: 44px;*/
    padding-top: 50px;
}

.feed-prediction .screen-slide-image,
.feed-prediction .match-card {
    height: 100%;
}

.feed-prediction .predict-overlay-blur,
.feed-prediction .screen-slide-overlay-left,
.feed-prediction .screen-slide-overlay-right,
.feed-prediction .screen-slide-overlay-draw {
    position: absolute;
    height: 100%;
    width: 100%;
}

.feed-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 12.15%, rgba(0, 0, 0, 0) 53.65%, rgba(0, 0, 0, 0.66) 75.04%, #000000 100%);
    position: relative;
}

.feed-slide-content {
    flex-grow: 1;
    z-index: 1;
    padding-right: 16px;
    transition: opacity 300ms;
}

.feed-slide-date {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #999999;
    margin-top: 16px;
}

.font-inter-900 {
    font-family: Inter, system-ui, sans-serif;
    font-weight: 900;
}
