@media screen and (max-width: 800px) {
    .mooween-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .box-title strong {
        font-size: 3rem;
        display: block;
        float: none;
    }
    .box-title .menu {
        display: block;
        float: none;
        margin-left: 0;
        font-size: 1.6rem;
        margin-top: .25rem;
    }
    .box-lists .row {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }
    .box-lists .row .col-xs-4 {
        width: 50%;
        padding: 0 .5rem 1rem;
    }
    .box-lists .item {
        height: 100%;
        box-sizing: border-box;
    }
    .box-lists .item .image {
        height: 0;
        padding-bottom: 64%;
    }
    .box-lists .item .info a {
        font-size: 1.6rem;
        word-wrap: break-word;
    }
}