@font-face {
    font-family: 'MontserratLight';
    src: url(MontserratLight.woff) format('woff'), url(MontserratLight.ttf) format('ttf');
}

body {
    margin: 0;
    padding: 0;
    background: #002F2F;
}

.example {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 95%;
    background: #002F2F;
    overflow: hidden;
    margin-bottom: 100px;
}

.example img {
    position: absolute;
    background: #666;
    overflow: hidden;
    cursor: pointer;
    left: 100%;
    height: 300px;
    width: 400px;
    /*border-color: #002F2F;
    border-style: solid;
    border-width: 1px;*/
}

.example span {
    position: absolute;
    color: white;
    font-family: 'MontserratLight', sans-serif;
    font-size: 12px;
    white-space: nowrap;
    left: -999px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
