.container-outline {
	padding: 12px 0;
	width: 100%;
	background-color: antiquewhite;
}

.container-outline > .title {
	text-align: center;
	margin-top: 24px;
	font-size: 24px;
}

/*
.container-outline > .poster {
	text-align: center;
	margin-top: 12px;
}

.poster > img {
	width: 400px;
	max-width: 80%;
}
*/

.container-outline > .container-blackboard {
	margin: 24px 0;
	width: 100%;
}

.container-blackboard > .blackboard {
	margin: 0 auto;
	padding: 0 24px;
	width: 400px;
	max-width: 80%;
	height: 188px;
	color: #fff;
	border: 2px solid #000;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #fff inset;
	background-color: rgba(0,0,0,0.9);
}

.blackboard > .speaker {
	padding-top: 8px;
	font-size: 16px;
	line-height: 1.5;
}

.blackboard > .text {
	margin-top: 8px;
	font-size: 24px;
	line-height: 1.5;
}

.blackboard > .text-caution {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.5;
}

.blackboard > .arrow {
	margin-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	animation: flash 0.75s ease infinite;
}

.access {
	margin:0 auto;
	width: 250px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 10px;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
