
.video {
	padding-bottom: 26px;
	text-align: center;
}

.video iframe{
  position:relative;
  width:560px;
  height: 315px;
}

.recruit_mt62 {
	margin-top: 62px;
}

@media screen and (max-width: 767px) {
	h2.h3 {
		margin-bottom: 8px;
	}
	.row.row-mg-md > [class^="col"] {
    padding: 0px 4px 0;
    margin-bottom: 16px;
	}
	.video,
	.video02{
	position:relative;
	width:100%;
	margin-bottom: 26px;
	padding-top:56.25%;
	}
	.video iframe,
	.video02 iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	}

	.recruit_mt62 {
		margin-top: 0;
	}
}