#topbar ~ #header[data-transparent="true"] + .thirdscreen,
#header.header-modern:not(.header-active) + .thirdscreen,
#header[data-transparent="true"] + .thirdscreen,

.thirdscreen {
  width: 100%;
  height: 40%;
  overflow: hidden;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 72vh;
}
.thirdscreen .container,
.thirdscreen .container-wide {
  margin-top: 2%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.thirdscreen .container-fullscreen {
  width: 100%;
}

.iframe-container {
position: relative;
height: 800px;
overflow: hidden;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.navbar-header {
font-size: 40px;
background-color: #F6923C;
}
.navbar-brand {
font-size: 40px !important;
background-color: #F6923C;
}