.sect{
	padding: 2em;
	display: block;
}




.bry_box{
	width: 100%;
	border: 2px solid #004783;
	padding: 8%;
	text-align: center;
	font-size: 15pt;
	margin-top: 24px;
	border-radius: 13px;
}

.bry_box span{
	font-size: 27pt;
	font-weight: bold;
}

.tit_right{
	font-weight: bold;
	font-size: 16pt;
	line-height: 22px;
	margin-bottom: 30px;
}

.abslider{
	float: none;
}


@media (min-width: 1200px) {

	iframe{
		height: 400px;
	}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	iframe{
		height: 323px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	iframe{
		height: 320px;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	iframe{
		height: 320px;
	}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	iframe{
		height: 150px;
	}

}