.first .title {
    width: 93%;
    position: relative;
    margin-left: 3%;
    margin-bottom: 0%;
    overflow: hidden;
}

.first .title .type {
    width: 71%;
    float: left;
    display: inline;
    margin: 2% 0;
}

.first h4 {
    text-transform: capitalize;
    font-size: 120%;
    padding-left: 7px;
    width: 100%;
}

.first .more {
    margin: 3% 0;
    float: right;
    display: block;
}

.first .title .more a {
    display: block;
    overflow: hidden;
}

.first .row {
    overflow-x: auto;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-wrap: nowrap;
}

.first .row .column {
    margin-left: 3%;
}

.first .row .column .item:last-child {
    margin-top: 10px;
}

.first .row .item {
    flex-shrink: 0;

    width: 100%;

    padding: 10px 10px 5px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.row .card-img {
    flex-shrink: 0;
    display: block;
    width: 100%;
}

.row .card-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.row .card-content {
    margin-left: 5px;
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row .play-now-button {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #dd9109;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #607538;
    text-align: center;
}