.banner-three-container .banner {
	position:  relative;
	cursor: pointer;
	width: calc(33.55% - 30px);
}

.banner-three-container .banner>div {
	position: relative;
	text-align:  center;
}

.banner-three-container .banner:nth-child(1) {
	margin-right: 30px;
}

.banner-three-container .banner:nth-child(2) {
	margin: 0 10px;
}

.banner-three-container .banner:nth-child(3) {
	margin-left: 30px;
}

.banner-three-container .banner img {
	width:  100%;
}

.banner-three-container .banner p.subtitle {
	display: block;
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 26px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.03em;
	margin:  12px auto 0 auto;
}

.banner-three-container .banner .inside {
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
	height: 100%;
	opacity:  0;
	transition:  500ms;
	overflow: hidden;
}

.banner-three-container .banner .inside .in {
	position:  absolute;
	top:  100%;
	left:  50%;
	opacity: 0;
	-webkit-transform:  translate(-50%, -50%);
	transform:  translate(-50%, -50%);
	width:  330px;
	text-align:  center;
	transition:  500ms;
}

.banner-three-container .banner .inside .in p.title {
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	display: block;
	align-items: center;
	text-align: center;
	letter-spacing: -0.03em;
	margin:  0 auto;
}

.banner-three-container .banner .inside .in p.desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	margin:  16px auto 32px auto;
}

.banner-three-container .banner:hover .inside {
	opacity: 1;
}

.banner-three-container .banner:hover .inside .in {
	top: 50%;
	opacity: 1;
}

.banner-three-container .banner .inside .in a:hover {
	background:  transparent;
}

.banner-three-container .mobile-container {
	display: none;
}

@media only screen and (max-width: 996px) {
	.banner-three-container>.container {
		display:  none;
	}

	.banner-three-container .mobile-container {
		display: block;
		padding:  0 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.banner-three-container .mobile-container .banner {
		display: inline-block;
		width:  230px;
	}

	.banner-three-container .mobile-container .banner {
		margin: 0 16px 0 0;
	}

	.banner-three-container .mobile-container .banner img {
		width:  100%;
	}

	.banner-three-container .mobile-container .banner p.subtitle {
		display: block;
	    font-family: 'Grad' !important;
		font-weight: 400;
		font-size: 24px;
		line-height: 100%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #000000;
		white-space: break-spaces;
		margin:  6px auto 0 auto;
	}
}