
ol.grid li {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
}

ol.grid li a {
    width: 300px;
    height: 300px;
    display: block;
}

ol.grid li h3 {
    position: absolute;
    width: 300px;
    height: 300px;

    text-align: center;

    display: block;

    top: 261px;

    /*font-size: 1.7em;*/
    font-size: 1.2em;
    color: #000;
    /*text-transform: uppercase;*/
}

ol.grid.white li h3 {
    color: #fff;
    font-size: 2.1em;
    font-family: RobotoBold;
}

ol.grid li .more {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    background: transparent url(more.png) no-repeat 0 0;
    display: none;
    z-index: 10;
}

ol.grid li .more.info {
    background: transparent url(more-info.png) no-repeat 0 0;
}

ol.grid li .more.info.on {
    display: block;
}

ol.grid.below {
    position: absolute;
    top: 600px;
}

ol.grid.full li h3 {
    position: absolute;
    left: 0;
    top: 0;

    font-weight: bold;
    line-height: 300px;
    text-align: center;

    padding: 0;
    /*font-size: 5em;*/
    font-size: 3.8em;

    z-index: 20;
}

ol.grid.full li a:hover h3 {
    font-size: 1.4em;
    line-height: 9px;

    top: 265px;
}

ol.grid li.full {

    text-align: center;
    font-size: 5.1em;
    font-family: RobotoBold;
    text-transform: uppercase;
}

ol.grid li.full sub {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 110px 0 10px 0;
    line-height: 10px;
    text-transform: uppercase;
}

ol.grid li.desc {
    background-color: #000;
    font-size: 1.4em;
    line-height: 17px;
    color: #999;
}

ol.grid li.desc .title {
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px;
    padding: 20px 16px 0 16px;
    border-top: 1px solid #333;
    font-weight: bold;

}

ol.grid li.desc .title:after {
    content: ':';
}

ol.grid li.desc .detail {
    max-height: 250px;
    overflow-y: scroll;
    margin: 0 10px;
}

ol.grid li.desc p {
    padding: 0 16px 10px 16px;
}

ol.grid li.desc .detail::-webkit-scrollbar {
      width: 1px;
}
ol.grid li.desc .detail::-webkit-scrollbar-track {
      background-color: #4c4c4c;
}
ol.grid li.desc .detail::-webkit-scrollbar-thumb {
      background-color: #F9F458;
}
/* http://css-tricks.com/custom-scrollbars-in-webkit/ */