/* Start custom CSS */.page-template-elementor_canvas {
    width: 638px;
    height: 238px;
    overflow: hidden;
}

body {
    overflow: hidden;
}


html {
    overflow: hidden;
    background: black;
}

/* Reset styles from elementor to ensure VMS screen appears in top left with no padding/margin */
.page-template-elementor_canvas section {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-elementor_canvas .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-elementor_canvas .elementor-section .elementor-container {
  margin-inline: 0;
  margin: 0;
}

.page-template-elementor_canvas .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    margin: 0;
}



article.vms {
    width: 638px;
    height: 238px;
    overflow: hidden;
}

article.vms.vms--dark {
    background-color: black;
    color: white;
}

article.vms .vms--text-wrapper {
  width: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}/* End custom CSS */