.page-banner.showroom {
	background: url(../images/showroom-banner.jpg);
}
.showroom-main .box {
    padding: 0;
    max-width: 380px;
    margin-bottom: 50px;
}
.showroom-main .box a.thumb {
    background-color: #fff;
    box-shadow: 0 0 20px #8c8c8c;
    display: inline-block;
}
.showroom-main a.thumb .img {
    display: inline-block;
    overflow: hidden;
    min-height: 208px;
    max-height: 208px;
}
.showroom-main .box a.thumb .text {
    font-size: 24px;
    color: #010e14;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 25px;
}
.showroom-main .box a.thumb:hover .text {
    color: #004884;
}
.showroom-main .box a.thumb img {
    transform: scale(1);
    float: left;
}
.showroom-main .box a.thumb:hover img {
    transform: scale(1.3);
}





@media screen and (max-width: 1362px) {
	.showroom-main .box a.thumb .text {
	    font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}