@media only screen and (max-device-width: 768px) {
	table {
		width: auto;
		margin: auto;
	}
	
	.namecard {
		margin: 20px auto;
		width: auto;
		height: auto;
	}
	.namecard .row1 td:first-child {
		width: 30%;
	}
	
	.namecard .row1 td:last-child {
		width: 70%;
		padding: 0 10px 0 30px;
		box-sizing: border-box;
	}
	
	.namecard .row1 {
		text-align: center;
	}
	.namecard .row2 {
		width: 100%;
		height: auto;
		margin-top: 10px;
		padding: 20px 0;
		display: block;
	}
	
	.map_sm {
		padding: 10px;
		border: 1px solid #dcdcdc;
	}
	.gmap {
		position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
	}
	.gmap iframe {
		position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
	}
	
	.phone_mail_box {
		margin: 20px auto auto;
	}
	
	.links_row {
		display: flex;
		justify-content: space-around;
	}
	
}