.yc{
	display: none !important;
}

.examples_1{
	width: 80%;
	margin: 50px auto;
}
.examples_1 .gallery{
	width: 100% !important;
	/* flex-wrap: wrap; */
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.examples_1 .gallery-item{
	width: 100%;
	height: 304px;
}
@media all and (max-width:1565px) {
	.examples_1 .gallery-item{
		height: 204px;
	}
}
@media (max-width: 1200px) {
    .gallery-container {
        padding: 0px;
    }
	.examples_1 .gallery-item{
		height: 104px;
	}
}
@media all and (max-width:500px) {
	.examples_1 .gallery{
		grid-template-columns: repeat(2, 1fr);
	}
}