@media screen and (max-width: 600px) {
  .h-bn-ctn {
    min-height: calc(16/9*100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/*# sourceMappingURL=backdoor.css.map */
