.sec_third h2 small {
	font-size: 80%;
}
.sec_third > p {
	margin: 0 0 2rem;
}
.movie {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.inner_txt {
	background: #f5f5f5;
	padding: 10px 14px;
}
@media screen and (min-width: 768px) {
.sec_third h2 a:hover {
	text-decoration: underline;
}
}

@media screen and (max-width: 767px) {
}