.about-out {
	width: 95%;
	border: 5px solid #fff;
}

.about-out {
	width: calc(100% - 20px);
	background-clip: padding-box;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	top: 5px;
	box-shadow: none;
}

.about-txt {
	display: none;
}

.about-close {
	top: auto;
	right: 5px;
	bottom: 5px;
}

.head-td.side {
	width: auto;
}

.head-in-mid {
	display: none;
}

.desktop {
	display: none;
}