/* Agreed exception to the mockups: no hard outer frame, including mobile. */

@media (max-width: 700px) {
  .kv2-site {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow:
      0 0 54px rgba(255, 190, 119, .13),
      0 18px 70px rgba(34, 43, 57, .07) !important;
  }
}
