@charset "utf-8";
/* CSS Document */

.bg-gallery-fff {
    background-color: #fff !important;
	padding-bottom: 2rem !important;
}

.gallery-box {
	display: block;
	position: relative;
	min-height: 1px;
	background: #ebf4fa;
	padding-bottom: 1rem;
}

.gallery-link:hover {
	transition: filter .8s;
    -webkit-filter:grayscale(1);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
	border: 0;
}


@media (max-width:480px) {
	.gallery-link:nth-child(5) {
		display: none;
	}
	.gallery-link:nth-child(6) {
		display: none;
	}
	.gallery-link:nth-child(7) {
		display: none;
	}
	.gallery-link:nth-child(8) {
		display: none;
	}
}
@media (max-width:360px) {
	.gallery-link:nth-child(5) {
		display: none;
	}
	.gallery-link:nth-child(6) {
		display: none;
	}
	.gallery-link:nth-child(7) {
		display: none;
	}
	.gallery-link:nth-child(8) {
		display: none;
	}
}
@media (max-width:320px) {
	.gallery-link:nth-child(5) {
		display: none;
	}
	.gallery-link:nth-child(6) {
		display: none;
	}
	.gallery-link:nth-child(7) {
		display: none;
	}
	.gallery-link:nth-child(8) {
		display: none;
	}
}





/*

 <!-- .templateux-section -->






*/

