@media only screen and (min-width: 15em) and (max-width: 47.9375em) {
    .embedded-messaging>.embeddedMessagingFrame[class~="isMaximized"] {
        max-height: calc(100vh - 12em) !important;
    }
}

.embeddedMessagingMinimizedNotification::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -9px;

    width: 0;
    height: 0;

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1E5397;
}