#sticky {
    display: none;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #F7F7F7;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eaeaea;
    padding: 10px 0 10px;
}

.review-play {
    display: flex;
    flex-grow: 2;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 0 25px 0 25px;
    border-radius: 5px;
    color: #000;
    background: #CC0E37;
    font-size: 20px;
    font-weight: bold !important;
    text-decoration: none;
    text-transform: uppercase;
}

.stars-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .review-play {
        display: flex;
        flex-grow: 2;
        justify-content: center;
        align-items: center;
        padding: 15px;
        margin: 0 250px 0 250px;
        border-radius: 5px;
        color: #000;
        background: #CC0E37;
        font-size: 20px;
        font-weight: bold !important;
    }
}