.admad-group {
    overflow-x: auto;
    white-space: nowrap;
    background: #fff;
    margin-bottom: 10px;
}
.admad-container {
    padding: 8px 5px;
}
.admad-group .admad-title {
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 2px;
    margin-top: 7px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}
.admad-group .col-xs-4,
.admad-group .col-sm-3,
.admad-group .col-md-2 {
    display: inline-block;
    margin-left: 5px;
    float: none;
    padding: 0;
    vertical-align: top;
}
.admad-group img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.admad-group .admad-wrapper {
    position: relative;
}
.admad-group .admad-rp::before {
    content: 'Rp';
    font-size: 10px;
}
.admad-group .admad-rp {
    position: absolute;
    color: #e50a4a;
    bottom: 0;
    right: 0;
    background-color:rgba(255, 255, 255, .9);
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 600;
}