@charset "UTF-8";
/* CSS Document */


.conA{
    width: 100%;
    height: 70vh;
    background-image:url( "../../img/overseas.jpg");
    background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	background-size: cover;
    z-index: 100;
}
