/* TITLE STLYLES */
.title-container {
  background-color: #6383e3;
}

.workspace {
   margin-bottom: 6em;
   overflow: hidden;
}

/* TINY SCREENS */
@media (min-width: 0em) {
  .no-text-below {
    margin-bottom: 5.75em;
  }
  .text-trippple-image {
    margin-bottom: 5em;
    overflow: hidden;
    }
  .video-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    /*margin-top: 1.5em;*/
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .thumb-overlay {
    -webkit-transition: .275s ease-in-out;
    transition: .275s ease-in-out;
    opacity: 0;
  }
  .thumb-overlay:hover {
    opacity: 1;
  }
  .thumb-image {
    position: relative;
    padding-bottom: 73.05%; /*img heaight / width*/
    width: 100%;
    /*margin-top: 1.5em;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #2E3442;
  }

  .gesture {
    min-width: calc( (100% - 3em) / 3);
    display: none;
    justify-content: center;
    margin-top: .5em
  }
  .gesture img {
    max-width: 30px;
    max-height: 30px;
  }

  .stacked-image,
  #first-thumb,
  #second-thumb  {
    margin-bottom: 1em;
  }

}



/* SMALL SCREENS */
@media (min-width: 20em) {
  .flexcontainer-a {
    min-width: calc( (100% - 1.25em) / 3);/*(container - margins) / count*/
    float: left;
  }
  .flexcontainer-b {
    min-width: calc( (100% - 1.25em) / 3);
    float: left;
    margin-left: .625em;
  }
  .flexcontainer-c {
    min-width: calc( (100% - 1.25em) / 3);
    float: right;
  }
  .gesture {
    display: flex;
  }
  /*.mobile-title {
    text-align: center;
  }*/

  #first-thumb,
  #second-thumb {
    margin-bottom: 0;
  }
}



/* MOBILE STLYLES */
@media screen and (max-device-width: 480px) {
  /*.mobile-title {
    display: block;
  }*/
  /*.thumb-overlay:hover {
    opacity: 0;
  }*/
}






/* THUMB STYLES */
#first-thumb {
  background-image: url("/images/bs/bs-browser-ui-thumb.png");
}
#second-thumb {
  background-image: url("/images/bs/bs-ipad-ui-thumb.png");
}
#third-thumb {
  background-image: url("/images/bs/bs-wall-ui-thumb.png");
}
