.custom-error-card {
	position: relative;
}

.custom-error-card .form-item--error-message {
	bottom: -15px;
}

.video-embed-responsive {
  padding-bottom: 37.25%; /* 16:9 ratio */
}

/* Top button when ChatBot added*/
body div.fixed.right-4.bottom-4 {
    right: 6.5rem;
    bottom: 1.55rem;
}


/* Mobile + Tablet only */
@media (max-width: 1024px) {
  .video-embed-responsive {
    padding-bottom: 37.25%;
  }
}