@charset "UTF-8";
/* CSS Document */
.center {
  text-align: center;
}

.videowrapper { 
  float: none;
  clear: both;
  width: 600px;
  position: relative;
  padding-bottom: 45%;
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 368px;
}
