/** Prevent to render it in the CKeditor styles menu. */
@media (min-width: 200px) {
  .fr-callout--ckeditor {
    min-height: 180px;
    margin: 3rem;
    padding: 3rem 2.5rem 3rem 200px;

    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.7);

    background-color: rgba(170, 170, 170, 0.1);
    background-image: url('/sites/default/files/2019-10/fira-certified-logo.svg');
    background-repeat: no-repeat;
    background-size: 120px 120px;
    background-position: left 40px center;
    @media (max-width: 992px) {
      background-position: left 40px top 55px;
    }
    @media (max-width: 600px) {
      padding: 200px 2.5rem 3rem 2.5rem;
    }

    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    font-variant: small-caps;
  }
}
