.galeria_alap {
	padding: 18px;
	margin-bottom: 20px;
    width:100%;
    background:#fff;
    border-top :1px solid #ccc;
    border-bottom :1px solid #ccc;
	box-sizing: border-box;
}
.csikgaleria3 {
	border: 0px solid;  
	position: relative; 
	margin: 0 auto; 
	top: 0px; 
	left: 0px; 
	width: 980px; 
	height: 160px; 
	overflow: hidden; 
	visibility: hidden;
	display: table;
	box-sizing: border-box;
}
@media screen and (max-width: 950px) {
	.csikgaleria3 {
	width: 700px; 
		display: table;
}
}
@media screen and (max-width: 768px) {
	.csikgaleria3 {
	width: 490px; 
}
}
@media screen and (max-width: 540px) {
	.csikgaleria3 {
	width: 220px; 
}
}


		