body {font-size: 14px;}

.lmm-buckets {text-align: center;}
.lmm-buckets h2 { line-height:1; padding: 15px 0; }

.notopmargin {
	margin-top: 0px;
}

.spacer {
	content: ' ';
	height: 50px;
}

/** VIDEO BTN **/
.videos {    overflow: hidden; display: block;}
.videos img {
  width:100%;
  height:auto;
}
a.video {
  float: left;
  position: relative;
}
a.video:hover {opacity:0.8}
a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/assets/play-btn-bottom-right.png") no-repeat;
  background-position: 50% 50%;
  background-size: 300%;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 400%;
  }
}