body {
	background: black no-repeat center center fixed;
	color: white;
}
.card {
	background: #941111;
}
@media (min-width: 1025px) {
	.h-custom {
	height: 100vh !important;
	}
	}
.container {
  width: 100%;
  min-height: 200px;
}
.content {
  flex: 1;
  overflow:auto;
  text-align: center;
  padding:10px;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

