p.artcl_img img{
	width: 100%;
}
.tbr_article .btm_btn {
    padding-bottom: 0;
}
.map_box a {
    text-decoration: underline;
}
.video_content{
    text-align: center;
}
.video_content video{
        width: 94.001%;
    border-radius: 30px;
}
.txt_link{
    color: #000;
}
@media (max-width: 768px) {
.video_content video{
    border-radius: 11px;
}
}