@media only screen and (max-width: 767px) {
.redactor-emo-list {
    min-height: 320px;
}
}
@media only screen and (min-width: 768px) {
.redactor-emo-list {
    min-height: 150px;
}
}
/*.redactor-emo-list {
    min-height: 150px;
}*/