.embed-responsive {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	overflow:hidden
  }
  .embed-responsive:before {
	display:block;
	content:""
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0
  }
  .embed-responsive-21by9:before {
	padding-top:42.8571428571%
  }
  .embed-responsive-16by9:before {
	padding-top:56.25%
  }

  .aframe-container {
	width: 90%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.aframe-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	height: 100%;
	/*! margin-right:-15px; *//*! margin-left:-15px; */
  }