.wbanner {
	position: relative;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 10px;
    text-align: center;
    margin: 0 0;
    padding: 5px;
    border-radius: 0;
    display: inline-block;
    background: #fff;
}
.wbanner a {
    display: flex;
    align-items: center;
	width: 100%;
}
.wbanner img {
	width: 100%;
	transition: all .2s ease-in-out;
}
.wbanner img:hover {
	transform: scale(.95);
}
.fullbottom .wbanner {
    max-width: 23%;
    margin: 0 1% 15px;
    display: inline-block;
    background: #fff;
}
.wbanner small {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	text-align: center;
}

article {
	float: left;
}
section {
	display: inline-block;
	margin: 0.25rem;
	padding: 0.5rem;
	width: 150px;
	background: #fafafa;
	border: 1px solid #ddd;
}
@media (max-width: 1199px) {
	.fullbottom .wbanner {
		max-width: 23%;
	}
}
@media (max-width: 991px) {
	.fullbottom .wbanner {
		max-width: 48%;
	}
}
@media (max-width: 767px) {
	.fullbottom .wbanner {
		max-width: 100%;
		margin: 0 auto 15px;
	}
}

