.mosaic {
    padding: 25px 0;
}

.mosaic > .see_more {
    width: 400px;
    height: 75px;
    background-color: #3c1561 !important;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 30px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    margin: 40px auto;
    display: table;
    cursor: pointer;
}

.mosaic > .see_more > p {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.mosaic > .see_more:hover {
    background-color: #ec67a6; 
}

#segment-containers > #all .mosaic > .mosaic-promo.hide {
    display: none;
}

@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
    .mosaic > .see_more {
        width: 300px !important;
    }
}