/* SLIDER HOME */
.galleryslider {
background-color: #fff;
}
.galleryslider div[class^="col-"] {
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
  overflow: hidden;
  border: 4px solid white;
}
@media screen and (min-width: 480px) {
	.galleryslider div[class^="col-"] {
		height: 420px;
	}
}
@media screen and (min-width: 600px) {
	.galleryslider div[class^="col-"] {
		height: 530px;
}
}
@media screen and (min-width: 768px) {
	.galleryslider div[class^="col-"] {
		height: 680px;
	}
}



.galleryslider div[class^="col-"] span {
	font-size: 12px;
	display: block;
	position: relative;
	top: -1000px;
}
