.showcase {
  padding: 150px 0; }
  .showcase .ipad {
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat; }
    .showcase .ipad .screen {
      overflow: hidden;
      position: relative; }
      .showcase .ipad .screen a.video-link {
        width: 100%;
        height: 100%;
        display: block;
        background: url("./ActivityIndicator.gif") no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .showcase .ipad .screen video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .showcase .ipad .screen .replay, .showcase .ipad .screen .play {
        width: 31px;
        height: 31px;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 2; }
      .showcase .ipad .screen .play {
        width: 70px;
        height: 70px;
        margin-right: -35px;
        margin-bottom: -35px;
        right: 50%;
        bottom: 50%;
        display: none; }

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  border: 10px solid #fff; }

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
    .jcarousel ul li {
      padding: 5px;
      width: 365px;
      float: left;
      cursor: pointer; }
      .jcarousel ul li img {
        border: 1px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 2px #999;
        -moz-box-shadow: 0 0 2px #999;
        box-shadow: 0 0 2px #999; }

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  background: #3190f0;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7; }
  .jcarousel-control-prev:hover,
  .jcarousel-control-next:hover {
    background: #234D79;
    color: #ffffff; }
  .jcarousel-control-prev.jcarousel-control-prev,
  .jcarousel-control-next.jcarousel-control-prev {
    left: 15px; }
  .jcarousel-control-prev.jcarousel-control-next,
  .jcarousel-control-next.jcarousel-control-next {
    right: 15px; }

@media screen and (max-width: 480px) {
  .showcase {
    padding: 0 !important; }
    .showcase .jcarousel li {
      visibility: hidden; } }
@media screen and (max-width: 667px) {
  .showcase {
    padding: 0 !important; } }
@media only screen and (device-width: 768px) {
  .showcase {
    padding: 0 !important; } }

/*# sourceMappingURL=style.css.map */
