.wrapper {
  display: block;
  width: 100%;
  height: 100%; }

.content .left {
  width: 50%;
  height: 100%;
  float: left;
  padding: 0 5%; }

.content .left video {
  width: 100%;
  margin-bottom: 25px; }

.content .right {
  width: 50%;
  height: 100%;
  float: left;
  padding: 0 5%; }

.content small {
  line-height: 1;
  padding: 0px 0px; }

h3.first {
  padding-top: 0px; }

h3 {
  padding-top: 5px; }

ul {
  font: inherit;
  font-size: 1.0em;
  line-height: 1.4;
  font-weight: 300;
  margin-left: 20px; }

.content a {
  text-decoration: underline; }

/* Phone screenshots */
ol.screenshots {
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  list-style-type: none; }

ol.screenshots li {
  float: left;
  width: 20%;
  margin: 0;
  overflow: hidden;
  position: relative; }

ol.screenshots li a {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 150% 0 0 0;
  overflow: hidden; }

ol.screenshots li a img {
  position: absolute;
  display: block;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

ol.screenshots li:hover {
  overflow: visible;
  background-color: #f5f5f5; }

ol.screenshots li:hover span {
  display: inline;
  width: 100%;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 0px; }

ol.screenshots li:hover a {
  width: 200px;
  overflow: visible; }

ol.screenshots li:hover a img {
  z-index: 100;
  top: 25px; }

ol.screenshots li span {
  display: none;
  width: 100%;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 0px;
  z-index: -1;
  opacity: 0; }
ol.screenshots li:hover span {
  display: inline;
  z-index: 100;
  cursor: pointer;
  opacity: 1; }
ol.screenshots li:hover span.caption {
  text-align: left;
  padding-left: 7px;
  border: 3px solid #e25c37;
  background-color: #f5f5f5;
  width: 200px;
  left: 200%;
  top: 25px; }
