@media (max-width:760px){
  body.psych-talks-drawer-ui .psych-talks-drawer-backdrop{
    background:rgba(15,23,42,.12);
  }

  body.psych-talks-drawer-ui .talks-widget-window.psych-talks-drawer{
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    max-width:100%!important;
    height:100vh!important;
    max-height:100vh!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body.psych-talks-drawer-ui .talks-widget-window.psych-talks-drawer::before{
    display:none;
  }

  body.psych-talks-drawer-ui .psych-talks-drawer textarea,
  body.psych-talks-drawer-ui .psych-talks-drawer .emoji-wysiwyg-editor{
    font-size:16px!important;
  }

  body.psych-talks-drawer-ui .psych-talks-drawer .btn-primary,
  body.psych-talks-drawer-ui .psych-talks-drawer .btn-success,
  body.psych-talks-drawer-ui .psych-talks-drawer .btn-send,
  body.psych-talks-drawer-ui .psych-talks-drawer-primary{
    min-height:44px;
  }
}

@media (max-width:760px){
  body.psych-talks-drawer-ui .psych-talks-drawer .talks-widget-header,
  body.psych-talks-drawer-ui .psych-talks-drawer .conversation-header,
  body.psych-talks-drawer-ui .psych-talks-drawer .talks-widget-footer,
  body.psych-talks-drawer-ui .psych-talks-drawer .conversation-footer,
  body.psych-talks-drawer-ui .talks-widget-window.psych-talks-drawer > :first-child,
  body.psych-talks-drawer-ui .talks-widget-window.psych-talks-drawer > :last-child{
    border-radius:0!important;
  }
}

