.live-text {
    height: 45px;
    padding: 5px 15px !important;
    line-height: 35px;
    border-radius: 30px;
}

.live-img {
    max-height: 20px;
}

@media only screen and (max-width: 600px) {
    .live-text {
        font-size: 12px !important;
    }
}
