*,
*:before,
*:after {
  box-sizing: border-box;
}

.aos-all {
  /*width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;*/
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
}

.aos-item-2 {
  display: inline-block;
  float: left;
  width: 25%;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  float: left;
  background: #000;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  
  .aos-item, .aos-item-2 { width: 50%; }

}

a.overlay:hover {
  opacity:0.5!important;
  cursor: zoom-in;
  filter: alpha(opacity=50);  /* Opacity for IE8 and lower */
  transition: .5s all ease;
}

@media only screen and (max-width: 480px) {
  .aos-item { height: 119px;}
}


