@media (min-width: 1024px) {
    header .header_inner {
        max-width: 980px;
    }
    .pro-container {
        max-width: 860px;
    }
}

div .showmore{
    margin:auto;
    width:4rem;
}
img .showmore{
    width:4rem;
}

.img_feed {
    object-fit: cover;
}

.video_player {
    width: 100% !important;
    height: auto !important;
}

.input-with-icon button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-size: 20px;
    color: #a0a0a0;
    font-style: normal;
}

.newnew {
    width: 30px;
    line-height: 9px;
    padding: 4px;
    display: inline-block;
    font-weight: 700;
    height: 19px;
    color: #fff;
    font-size: 11px;
    background-color: #be185d;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 4px;
    top: -2px;
    text-align: center;
}

.active_text {
    color: #be185d;
}