@charset "UTF-8";

html {  
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
.thumbs-outer {
       width: 85%;
	   float: left;
       margin: 0 7.5% 2.5em 7.5%;
	   padding: 0;
}
.thumbs {
       overflow: hidden;
       margin: 0;
}
.box {
       float: left;
       position: relative;
       width: 25%;
       padding-bottom: 16%;
}
.boxInner {
       position: absolute;
       left: 0;
       right: 10%;
       top: 0;
       bottom: 15%;
       overflow: hidden;
}
.boxInner img {
       width: 100%;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
}

