/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.gallery-item  {
  height: 315px;
  width: 460px;
  position: relative;
  float: left;
}

.gallery-item > img {
  height: 100%;
  width: 100%;
}

.gallery-item > .title {
  margin: 0;
  padding: 0.5em;
  color: #FFF;
  background: rgb( 0 ,0 ,0 );
  background: rgba( 0, 0, 0, 0.5 );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
