
.real_kitchens {
color : #f9f9f9;
width : 100%;
text-align : center;
background : #000;
padding : 60px 0;
}
.olapic_title {
font-weight : bold;
font-size : 38px;
line-height : 50px;
}
.olapic_subtitle {
font-weight : 100;
font-size : 22px;
line-height : 36px;
}
.olapic {
text-align : center;
display : flex;
justify-content : center;
padding: 15px 0 30px 0;
}
.gallery_container {
display : flex;
justify-content : center;
max-width : 1510px;
overflow : hidden;
margin-right : 2.875rem;
margin-left : 2.875rem;
}
.gallery_container > div {
margin : 10px 15px;
min-height : 275px;
min-width : 275px;
background-size : cover;
-webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.15);
box-shadow : 2px 2px 8px -1px rgb(0, 0, 0, 0.15);
}

.pic1 {
background : url(/-/media/Images/Brand/Silestone/olapic_1.jpg) no-repeat;
}
.pic2 {
background : url(/-/media/Images/Brand/Silestone/olapic_2.jpg) no-repeat;
}
.pic3 {
background : url(/-/media/images/brand/Silestone/olapic_3.jpg) no-repeat;
}
.pic4 {
background : url(/-/media/images/brand/Silestone/olapic_4.jpg) no-repeat;
}
.pic5 {
background : url(/-/media/images/brand/Silestone/olapic_5.jpg) no-repeat;
margin : 0;
}
.gallery_button {
display : flex;
font-weight : 600;
justify-content : center;
line-height : 48px;
border-radius : 24px;
background : #28343D;
padding : 0 15px;
margin : 0 auto;
width : 320px;
letter-spacing : 2.2px;
font-size : 14px;
color : #ffffff;
text-decoration : none;
}

.gallery_button img {
width : 8px;
height : 10px;
padding : 19px 0 0 6px;
}



@media(max-width: 1200px) {


.real_kitchens {
padding : 40px 0 48px 0;
}
.gallery_container {
max-width : 1200px;
overflow : hidden;
margin-right : 2.875rem;
margin-left : 2.875rem;
}
.gallery_container > div {
min-height : 226px;
min-width : 226px;
background-size : cover;
}

}
@media(max-width: 1023px) {
	
.gallery_container {
max-width : 954px;
overflow : hidden;
}
.olapic_title {
font-weight : bold;
font-size : 25px;
line-height : 30px;
}
.olapic_subtitle {
font-weight : 100;
font-size : 18px;
line-height : 36px;
}
.gallery_container > div {
margin : 8px 12px;
min-height : 162px;
min-width : 162px;
background-size : cover;
}
.gallery_button {
display : flex;
font-weight : 600;
justify-content : center;
line-height : 34px;
border-radius : 24px;
background : #28343D;
padding : 0 15px;
margin : 0 auto;
width : 280px;
letter-spacing : 2.2px;
font-size : 11px;
color : #ffffff;
text-decoration : none;
}
.gallery_button img {
width : 8px;
height : 10px;
padding : 12px 0 0 6px;
}
.olapic {
padding:8px 0 24px 0;
}

}

@media(max-width: 767px) {
.real_kitchens {
padding : 24px 0 32px 0;
}
.gallery_container {
width : 735px;
height : 140px;
overflow : hidden;
margin-left : 24px;
margin-right : 24px;
}
.gallery_container > div {
margin : 8px;
min-height : 128px;
min-width : 128px;
background-size : cover;
}
.gallery_button {
width : 250px;
}
}