#bg {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 200px;
}
#background {
  width:100%;
  height: 200px;
}
.container {
  position: relative;
  z-index: 1;

}

@media (max-width: 700px) {
  #headshot{
    max-width:9em;
    margin: 0;
  }
}

#headshot{
  border-radius: 100%;
  margin: 0 auto;
}


.media-youtube {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0 0 1em 0;}

.media-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


iframe {
  border: none;
}
