div.whatshot
{
    margin: 0;
}

div.whatshot h3.whatshot
{
    background: linear-gradient(to bottom, #393c49, #404452);
    padding: 5px 10px;
    color: white;
    font-weight: normal;
    margin: 0 0 10px 0;
    display: block;
    position: relative;
}

div.whatshot h3.whatshot a
{
    text-decoration: none;
    color: white;
    display: inline-block;
    position: absolute;
    right: 10px;
    vertical-align: middle;
    outline: none;
    font-size: 0.9em;
    padding-top: 2px;
}

div.whatshot div.products
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media only screen and (max-width: 940px)
{
    div.whatshot div.products
    {
        overflow: auto;
        justify-content: normal;
    }

    div.whatshot h3.whatshot
    {
        line-height: 1.2em;
    }

    div.whatshot h3.whatshot a
    {
        font-size: 1.2em;
    }
}
