div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.showroom-photo{
	overflow: hidden;
	display:block;
	margin-inline:-10px;
}
.showroom-photo__column{
	margin:10px;
	overflow:hidden;
}
.showroom-photo__column--bottom{
	flex-basis:33%;
	max-height: 506px;
}
.showroom-photo__top .showroom-photo__column .showroom-photo__item{
	height:100%;
}
.showroom-photo__top .showroom-photo__column:first-child{
	width:50%;
}
.showroom-photo__top .showroom-photo__column:last-child{
	width:56%;
}


.showroom-photo__top,.showroom-photo__bottom{
	display:flex;
	height:50%;
}

.showroom-photo__item{
	overflow:hidden;
}
.showroom-photo__item--middle{
	height:50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.showroom-photo__column--middle .showroom-photo__item:first-child{
	margin-bottom:20px;
	height:50%;
}

.showroom-photo__bottom{
	display:flex;
}


.showroom-photo__top{
	height:50%;
}
.showroom-photo__picture{
	width:100%;
	height:100%;
}
.showroom-photo__top .showroom-photo__picture{

	max-height:374.5px;

}
@media(max-width: 767px){
	.showroom-photo-photo{
		display:flex;
		overflow: hidden;
		max-height:300px;
	}
}
@media(max-width: 460px){
	.showroom-photo-photo{
		display:flex;
		overflow: hidden;
		max-height:200px;
	}
}