.roll-wrap .items a.white {
    font-size: 12px;
    color: #606775;
}

.roll-wrap .items a.white img {
    margin: 0 auto;
}

.roll-wrap .items a.white:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.roll-wrap .items a.white b {
    font-size: 18px;
    color: black;
}

.roll-wrap .items [class^="col-"]:nth-child(5),
.roll-wrap .items [class^="col-"]:nth-child(6) {
    display: none;
}

.items .not-found {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #24272E;
    font-weight: bold;
}

.items .not-found div:first-child {
    font-size: 24px;
}

.items .not-found div:nth-child(2) {
    font-size: 18px;
    margin-bottom: 10px;
}

.items .not-found ul {
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    list-style-position: outside;
    color: #424753;
    font-weight: normal;
}

.items .not-found ul li {
    padding: 2px 0;
}

@media (min-width: 768px) {
    .items .not-found {
        font-size: 16px;
    }

    .items .not-found div:first-child {
        font-size: 28px;
    }

    .items .not-found div:nth-child(2) {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .roll-wrap .items [class^="col-"]:nth-child(5),
    .roll-wrap .items [class^="col-"]:nth-child(6) {
        display: block;
    }
}