.etc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-themes {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width:767px) {
    .hot-themes {
        padding: 0;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .hot-themes > div {
        margin-bottom: 20px;
    }
    .hot-themes-wrapper {
        display: none;
    }
    #hot-themes-wrapper {
        display: none !important
    }
} 