body{
background-position: center -94px;
}
#img_div{margin-bottom:-94px;margin-left:0px}

ul.top_links{display:none;}

#maincontent.full_width {
    width: 893px !important;
}
.youtube-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.security-page {
  background-color: #101d40;
  text-align: center;

}
.security-page-text {
    padding: 0 30px;
}
.security-page-white-box {
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 10px;
/*  margin: auto;*/
/*  width: 30%; */
/*  line-height: normal; */
/*  vertical-align: middle; */
/*  display: flex; */
/*  align-items: center; */
}