.t-banner{
	padding: 10px 0 20px 0;
}
.t-banner .box {
	display: flex;
	justify-content: center;
}

.t-banner .box img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width:992px) {	
.t-banner .box .t-picm {
		display: none;
	}	
}

@media screen and (min-width:768px) and (max-width: 992px) {
	.t-banner .box .t-picm {
		display: none;
	}

}

@media screen and (max-width:767px) {
	.t-banner .box .t-pic {
		display: none;
	}
}
