@charset "utf-8";
/* CSS Document */

#outer {
	
  position: relative;
  width: 100%;
  height: 100%;
  background: #BADA55;
}
#outer #container {
	color: #663399;
	width: 100%;
	max-width: 820px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	padding-top: 40%;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;

  &::before {
    display: block;
    content: "";
  }

  .embed-responsive-item,
  iframe,
  embed,
  object,
  video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

