.view-tiles .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.view-tiles .tile {
  padding: 10px 20px;
	width: 160px;
}

.view-tiles a {
  padding: 20px 10px;
  margin: 10px;
  border-radius: 20px;
  transition: all 0.3s;
  display: inline-block;
  }

.view-tiles .tile-272 a {
  width: 320px;
  margin: 10px auto;
}

.view-tiles a:hover {
  margin: 0px 10px 20px 10px;
  box-shadow: 10px 10px 10px #666;
  transition: all 0.5s;
  border-width: 1px;
  border-style: solid;
}

.view-tiles .tile-272 a:hover {
  margin: 0px auto 20px auto;
}

.view-tiles img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.view-tiles .tile-278 a img{
  transform:rotate(10deg);
  transition: all 2s;
}
.view-tiles .tile-278 a img:hover{
  transform:rotate(720deg);
  transition: all 2s;
}

.view-tiles .tile-964 a img{
  transform:rotate(0deg);
  transition: all 1s;
}
.view-tiles .tile-964 a img:hover{
  transform:rotate(-45deg);
  transition: all 1s;
}

.view-tiles .tile img {
  width: 110px;
  height: auto;
}

.view-tiles .tile h3 {
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.view-tiles .tile-272.tile-wrapper {
  margin: auto;
  width: 100%;
}

.view-tiles .tile-272 .tile img {
  width: 220px;
}

.view-tiles .tile-272 .tile h3 {
  font-size: 3em;
  margin-top: 15px;
}

#xfront-intro,
#xfront-intro h1,
#xfront-intro p {
	color: gray;
	opacity: 0.1;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	padding:0;
	margin: 0;
}

#block-bones-subtheme-views-block-front-teaser-block-1,
#front-teaser {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
;
}
