/* =============ADD CUSTOM STYLES BELOW===============*/ 

.iframe {
    display: flex;
    flex-direction: column;
    min-height: 81vh;
}

.iframe iframe {
    background: #000;
    border: none;
    flex-grow: 1;
}

.usa-header {
	margin-left: 15px;
}

img.screenshot {
	height: 250px;
	text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media (min-width: 64em) {
     .usa-banner__inner {
        padding-left: 17px !important;
        margin-left: 0px !important;
     }
	 .usa-header--extended .usa-logo {
        font-size: 2.13rem;
        margin: 2rem 0 1.5rem;
        max-width: 100% !important;
    }
}