/**
  Logo red #d01e30
  Dark grey #7F7F81
  Lt grey #D2D6DB
*/

/* Global core */
body.anc {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
}
.anc a {
  color: #d01e30;
}
.anc h1, .anc h2, .anc h3, .anc h4, .anc h5 {
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.45;
}
.anc .clickable {
  cursor: pointer;
}
.anc .overline {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  margin-bottom: 5px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.anc .body-content {
  /*background: #efefef url(/images/anc-watermark.png);*/
  min-height: 675px;
  position: relative;
}
.anc .body-content-area {
  font-size: 0.9em;
  overflow: hidden;
}
.anc .body-content-area.static-page,
.anc .content_bootstrap {
  padding: 10px 30px;
}
.anc .background-padding {
  padding: 10px;
}
.anc .blackandwhite {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.anc .blackandwhite-hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* New nav */
.newnav {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  color: white;
  text-transform: uppercase;
}
.newnav a {
  color: white;
}
.body-content-area {
  margin-top: 50px;
}
@media only screen and (min-width : 768px) {
  .newnav {
    width: 750px;
    top: inherit;
    left: inherit;
  }
  .body-content-area {
    margin-top: 0;
  }
  .nav-tiers-1 {
    padding-top: 50px;
  }
  .nav-tiers-2 {
    padding-top: 80px;
  }
  .nav-tiers-3 {
    padding-top: 110px;

  }
}
@media only screen and (min-width : 992px) {
  .newnav {
    width: 970px;
  }
}
@media only screen and (min-width : 1200px) {
  .newnav {
    width: 1200px;
  }
}
.newnav .tier.first {
  position: relative;
  height: 50px;
  overflow: hidden;
  background: black;
  z-index: 9998;
}
.newnav .tier.first .icons i {
  color: #666;
  font-size: 2.5em;
  margin: 5px;
  cursor: pointer;
}
.newnav .tier.first .col {
  float: left;
  height: 50px;
}
.newnav .col.logo {
  width: 50%;
}
.newnav .col.top-right {
  width: 50%;
}
@media only screen and (min-width : 768px) {
  .newnav .col.logo {
    width: 18%;
  }
  .newnav .col.nav-items {
    width: 80%;
  }
}
@media only screen and (min-width : 992px) {
  .newnav .col.logo {
    width: 15%;
  }
  .newnav .col.nav-items {
    /*width: 80%;*/
    width: 85%;
  }
  /*.newnav .col.top-right {
    width: 5%;
  }*/
}
@media only screen and (min-width : 1200px) {
  .newnav .col.logo {
    width: 12%;
  }
  .newnav .col.nav-items {
    width: 88%;
  }
  /*.newnav .col.top-right {
    width: 18%;
  }*/
}
.newnav .logo img {
  height: 35px;
  margin: 7px 0;
}
@media only screen and (min-width : 768px) {
  .newnav .logo img {
    margin: 7px 30px 0 10px;;
  }
}
.newnav .col.nav-items li {
  margin-top: 24px;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media only screen and (min-width : 768px) {
  
}
@media only screen and (min-width : 992px) {
  .newnav .col.nav-items li {
    font-size: 1.0em;
    margin-right: 7px;
  }
}
@media only screen and (min-width : 1200px) {
  .newnav .col.nav-items li {
    margin-right: 15px;
  }
}

.newnav .col.nav-items .social i {
  margin-right: 7px;
  font-size: 1.1em;
}
.newnav .top-right .search-icon {
  font-size: 1.5em;
  margin: 13px 10px 0 0;
}
/*.newnav .top-right {
  background: yellow;
}*/

.newnav .top-right .bar-search {
  width: 240px;
  height: 35px;
  margin-top: 8px;
  margin-left: -24px;
}
.newnav .top-right .bar-search .triangle,
.newnav .top-right .bar-search .input-area {
  background-color: #43404f;
  height: 35px;
  display: inline-block;
}
.newnav .top-right .bar-search .triangle {
  width: 47px;
  -webkit-transform: skew(-30deg); 
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  z-index: -1;
}
.newnav .top-right .bar-search .input-area {
  margin-left: -22px;
  width: 215px;
}
.newnav .top-right .bar-search .input-area input[type=text] {
  background: none;
  border: none;
  margin-right: 7px;
  margin-top: 7px;
  font-size: 1.0em;
  padding: 4px 6px;
  border-radius: 4px;
  line-height: 1.0;
  color: white;
  width: 86%;
  margin-left: -30000000px;
  display: inline-block;
  z-index: 999;
}
.newnav .top-right .bar-search .input-area input[type=text]:focus {
  opacity: 0.75;
  background: #21202c
}
.newnav .top-right .bar-search i {
  font-size: 1.3em;
  margin-right: 10px;
  margin-top: -5px;
}
.newnav .tier.second {
  position: relative;
  height: 30px;
  line-height: 30px;
  background: white;
  box-shadow: 0 4px 2px -2px black;
  z-index: 9997;
}
.newnav .tier.second a {
  color: #666;
  padding: 0 25px;
}
.newnav .tier.second .active a {
  color: #d01e30;
}
.newnav .tier.third {
  position: relative;
  height: 30px;
  line-height: 30px;
  background: #7F7F81;
  box-shadow: 0 3px 2px -2px gray;
  z-index: 9996;
}
.newnav .tier.third .navitem {
  margin: 0 12px;
}
.newnav .tier.third a {
  color: white;
}
.newnav .tier.third .active a {
  color: #d01e30;
}
.newnav .flyout {
  display: none;
  background: #666;
}
.newnav .flyout,
.newnav .flyout a {
  color: white;
  text-transform: uppercase;
  font-size: 1.15em;
  padding: 0 0 15px 0;
}
.newnav .flyout li {
  padding: 15px 15px 0 15px;
}
.newnav .flyout.search {
  text-align: center;
}
.newnav .flyout.search input {
  width: 80%;
  color: #333;
}
.newnav .flyout.search i {
  font-size: 1.7em;
  cursor: pointer;
}


/* Global nav 
.anc nav {
  position: fixed;
  width: 1200px;
  z-index: 9999;
  text-transform: uppercase;
}
.anc nav a {
  text-decoration: none;
}
.anc nav .first-row {
  padding: 6px 0 0 50px;
  color: white;
  background: black;
}
.anc nav .logo {
  margin-right: 35px;
}
.anc nav .first-row .navitem {
  height: 30px;
  margin-top: 15px;
  margin-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.anc nav .first-row a {
  color: white;
}
.anc nav .second-row {
  position: relative;
  z-index: 999;
  background: white;
  box-shadow: 0 4px 2px -2px black;
  padding: 5px 0;
  text-transform: uppercase;
}
.anc nav .second-row a {
  color: #666;
  padding: 0 25px;
}
.anc nav .second-row .active a {
  color: #d01e30;
}
.anc nav .third-row {
  position: relative;
  background: #7F7F81;
  box-shadow: 0 3px 2px -2px gray;
  z-index: 998;
}
.anc nav .third-row .skewed-box {
  background: #7F7F81;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: auto;
  display: inline-block;
}
.anc nav .third-row .skewed-box.active {
  background: #D2D6DB;
}
.anc nav .third-row a {
  color: white;
}
.anc nav .third-row .active a {
  color: #d01e30;
}
.anc nav .marginbottom {
  margin-bottom: 5px;
}
.anc nav .list-inline {
  margin-bottom: 0;
  padding-bottom: 0;
}
.anc nav .navsearch {
  margin-top: 8px;
}
.anc nav .navsearch i {
  cursor: pointer;
}
.anc nav .navsearch .triangle,
.anc nav .navsearch .input-area {
  background-color: #43404f;
  height: 30px;
}
.anc nav .navsearch .triangle {
  width: 20px;
  -webkit-transform: skew(-30deg); 
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
}
.anc nav .navsearch .input-area {
  width: 165px;
  margin-left: -9px;
}
.anc nav .navsearch .input-area input[type=text] {
  background: none;
  border: none;
  margin-left: 10px;
  margin-top: 6px;
  font-size: 0.8em;
  width: 125px;
}
.anc nav .social-icons {
  font-size: 1.3em;
}
.anc nav .social-icons i {
  margin-right: 5px;
}
.anc nav .screen {
  position: relative;
  background: black;
  opacity: 0.75;
  height: 75px;
}
.anc nav .screen-copy {
  position: absolute;
  height: 75px;
  width: 100%;
  margin-top: -75px;
  color: white;
  padding: 15px;
  font-family: helvetica;
  text-transform: none;
}
.anc .nav-tiers-1 {
  margin-top: 51px;
}
.anc .nav-tiers-2 {
  margin-top: 82px;
}
.anc .nav-tiers-3 {
  margin-top: 114px;
} */

/* Footer */
.anc footer {
  margin-top: 10px;
  font-size: 0.75em;
  color: #666;
  text-transform: uppercase;
}
footer ul.social li {
  font-size: 1.5em;
  margin: 0 3px;
  padding: 0;
}
ul.employee-social {
  margin: 0 40px; 
}
ul.employee-social li {
  font-size: 2.0em;
}

/* Screen image helper */
.anc .screen-background {
  background-size: cover;
  background-position: center center;
}

/* Skewed box helper */
/*.anc .skewed-box {
  -webkit-transform: skew(-30deg); 
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  background: #000;
  color:#fff;
}
.anc .skewed-box .text {
  margin: 0px 10px;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg); 
  transform: skew(30deg);
  line-height: 1.7;
  color:#fff;
}
.anc .skewed-box.active,
.anc .skewed-box.hoverable:hover {
  background-color: #43404f;
  cursor: pointer;
}*/

/* Homepage */
.anc.homepage .body-content {
  height: 675px;
  overflow: hidden;
}
.anc.homepage nav {
  position: absolute;
  margin-top: 40px;
}
.anc.homepage .hero {
  display: none;
  position: absolute;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.anc.homepage .big-left-triangle {
  display: none;
  position: absolute;
  z-index: 9;
  height: 675px;
  width: 400px;
  margin-left: -210px;
  opacity: 0.95;
  /* Shape */
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  /* Gradient */
  background-color: #999;
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, right top, left top, from(#999), to(#333));
  background: -webkit-linear-gradient(right, #111, #999);
  background: -moz-linear-gradient(right, #111, #999);
  background: -ms-linear-gradient(right, #111, #999);
  background: -o-linear-gradient(right, #111, #999);
}
.anc.homepage .big-left-triangle .text {
  font-size: 0.85em;
  color: white;
  margin: 165px 0 0 150px;
  width: 200px;
  text-align: center;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg); 
  transform: skew(30deg);
  cursor: pointer;
}
.anc.homepage .big-right-triangle {
  display: none;
  position: absolute;
  z-index: 7;
  height: 675px;
  width: 400px;
  right: 0;
  bottom: 0;
  margin-right: -250px;
  opacity: 0.95;
  /* Shape */
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  /* Gradient */
  background-color: #999;
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, left top, right top, from(#999), to(#333));
  background: -webkit-linear-gradient(left, #333, #999);
  background: -moz-linear-gradient(left, #333, #999);
  background: -ms-linear-gradient(left, #333, #999);
  background: -o-linear-gradient(left, #333, #999);
}
.anc.homepage .sliding-bar {
  position: absolute;
  display: none;
  width: 100%;
  height: 80px;
  z-index: 8;
  top: 475px;
  margin-left: -25px;
}
.anc.homepage .sliding-bar .screen {
  position: absolute;
  width: 100%;
  height: 80px;
  opacity: 0.9;
}
.anc.homepage .sliding-bar .screen .red {
  position: absolute;
  width: 81%;
  height: 80px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  background: #d01e30;
  opacity: 0.9;
}
.anc.homepage .sliding-bar .screen .black {
  position: absolute;
  width: 35%;
  left: 80.9%;
  height: 80px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg); 
  transform: skew(-30deg);
  background: black;
  opacity: 0.9;
}
.anc.homepage .sliding-bar .text {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  color: white;
  text-transform: uppercase;
}
.anc.homepage .sliding-bar .text .red {
  float: left;
  width: 70%;
  margin-left: 5%;
  text-align: center;
  font-size: 1.0em;
  cursor: pointer;
}
.anc.homepage .sliding-bar .text .black {
  float: left;
  width: 16%;
  margin-left: 9%;
  text-align: center;
  font-size: 0.8em;
  cursor: pointer;
}
.anc.homepage h1,
.anc.homepage h3 {
  margin: 0;
  padding: 0;
}
.anc.homepage h1 {
  font-size: 1.9em;
  line-height: 1.35;
}
.anc.homepage h3 {
  font-size: 1.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.anc.homepage .framenav {
  display: none;
  position: absolute;
  z-index: 999;
  color: white;
  font-size: 75px;
  top: 50%;
  margin-top: -60px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -webkit-transition: opacity .1s ease-in-out;
}
.anc.homepage .framenav:hover {
  opacity: 0.85;
}
.anc.homepage .framenav-left {
  left: 10px;
}
.anc.homepage .framenav-right {
  right: 10px;
}
.anc.homepage .mission {
  padding: 30px 15%;
  font-size: 1.35em;
  line-height: 1.5;
  /*font-weight: bold;*/
}

/* Carousels */
.anc .carousel a.carousel-control {
  color: white;
  height: 60px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  margin-top: -40px;
  opacity: 0.35;
}
.anc .section-3col .carousel a.carousel-control,
.anc .section-4col .carousel a.carousel-control {
  margin-top: -20px;
}
.anc .section-1col .carousel a.carousel-control,
.anc .section-2col .carousel a.carousel-control {
  margin-top: -15px;
}
.anc .carousel a.carousel-control:hover {
  opacity: 0.95;
}
.anc .carousel .carousel-control.left,
.anc .carousel .carousel-control.right {
  background-image: none !important;
}
.anc .carousel .navicon {
  font-size: 3.5em;
  z-index: 5;
  display: inline-block;
}
.anc .section-3col .carousel .navicon,
.anc .section-4col .carousel .navicon {
  font-size: 2.5em;
}
.anc .section-1col .carousel .navicon,
.anc .section-2col .carousel .navicon {
  font-size: 1.5em;
}
.anc .carousel .navicon.fa-chevron-left {
  margin-left: 40px;
}
.anc .section-3col .carousel .navicon.fa-chevron-left,
.anc .section-4col .carousel .navicon.fa-chevron-left {
  margin-left: 20px;
}
.anc .section-1col .carousel .navicon.fa-chevron-left,
.anc .section-2col .carousel .navicon.fa-chevron-left {
  margin-left: -15px;
}
.anc .carousel .navicon.fa-chevron-right {
  margin-left: -80px;
}
.anc .section-3col .carousel .navicon.fa-chevron-right,
.anc .section-4col .carousel .navicon.fa-chevron-right {
  margin-left: -40px;
}
.anc .section-1col .carousel .navicon.fa-chevron-right,
.anc .section-2col .carousel .navicon.fa-chevron-right {
  margin-left: 15px;
}

/* PK */
.anc .pk-layer {
  overflow: hidden;
}
.anc .box {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.anc .box-margins {
  margin: 1% 30px;
}
.anc .box .photo img,
.anc .box img.photo {
  max-width: 100%;
}
.anc .box h1,
.anc .box h2,
.anc .box h3,
.anc .box h4,
.anc .box h5,
.anc .box h6 {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
  color: #d01e30
} 
.anc .box h2,
.anc .box h4,
.anc .box h6 {
  color: #666;
}
.anc .box h1 {
  font-size: 1.8em;
}
.anc .box h2 {
  font-size: 1.6em;
}
.anc .box h3 {
  font-size: 1.4em;
}
.anc .box h4 {
  font-size: 1.2em;
}
.anc .box h5 {
  font-size: 1.0em;
}
.anc .box h6 {
  font-size: 0.8em;
}
.anc .box-content-default .photo,
.anc .photo-screen {
  width: 100%;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 2px 2px 1px -1px #aaa;
}
.anc .box-content-screen .screen-background {
  overflow: hidden;
}
.anc .box-content-screen .box-label {
  background-color: #d01e30;
  text-align: center;
  float: right;
  margin-right: -20px;
  height: 50px;
  overflow: hidden;
}
.anc .box-content-screen .box-label .text {
  line-height: 50px;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 0 50px 0 30px;
}
.anc .box-content-reverse {
  /*padding: 20px 0;*/
}
/*.anc .box-content-reverse .skewed-box {
  background: #D2D6DB;
  color: white;
  width: 105%;
  margin-left: 30px;
}
.anc .box-content-reverse .skewed-box .text {
  color: #444;
  padding: 12px 90px 12px 50px;
}*/
.anc .box-content-slideshow .skewed-box {
  background: black;
  color: white;
  float: left;
  font-weight: 700;
  font-size: 110%;
  min-width: 40%;
}
.anc .box-content-slideshow .skewed-box .text {
  color: white;
  padding: 12px 90px 12px 30px;
}
.anc .box-content-grid .box-item {
  margin-bottom: 20px;
}

.anc .box-content-grid .box-item .margins {
  width: 100%;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 2px 2px 1px -1px #aaa;
}
.anc .box-content-grid .box-item .copy {
  margin-top: 10px;
}
.anc .box-content-collection .film-strip {
  border: 1px solid #dedede;
  box-shadow: 0 4px 2px -2px #aaa;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px;
}
.anc .box-content-collection .text {
  color: white;
  margin-left: 10px;
  font-size: 120%;
  font-weight: 700;
  text-shadow: 0.8px 0.8px #333;
}
.anc .box-content-collection .skewed-box {
  background: black;
  opacity: 0.85;
  display: inline-block;
  padding: 2px;
  min-width: 90%;
  col
}
.anc .box-content-collection .film-strip .screen-background {
  overflow: hidden;
}
/*.anc .box-content-collection .skewed-box {
  background: #d01e30;
  color: white;
  margin-left: 30px;
  float: right;
  margin-right: -20px;
  min-width: 40%;
}
.anc .box-content-collection .skewed-box .text {
  color: white;
  padding: 6px 20px 6px 10px;
}*/
.anc .box-content-collection .film-strip .carousel .navicon.fa-chevron-left,
.anc .box-content-collection .film-strip .carousel .navicon.fa-chevron-right {
  margin-left: 0;
}
.anc .box-content-collection .film-strip .tile {
  cursor: pointer;
}
.anc .section-1col .box-content-collection .film-strip .tile {
  margin-bottom: 8px;
}
.anc .section-2col .box-content-collection .film-strip .tile {
  margin-bottom: 8px;
}
.anc .section-3col .box-content-collection .film-strip .tile {
  float: left;
  margin-left: 5px;
}
.anc .section-4col .box-content-collection .film-strip .tile {
  float: left;
  margin-left: 7px;
}
.anc .section-5col .box-content-collection .film-strip .tile {
  float: left;
  margin-left: 8px;
}
.anc .section-6col .box-content-collection .film-strip .tile {
  float: left;
  margin-left: 8px;
}
.anc .box-content-collection .film-strip .tile:first-child {
  margin-left: 0;
}
.anc .box-content-collection .context {
  display: none;
}
.anc .box-content-collection .carousel-indicators {
  bottom: inherit;
  left: inherit;
  list-style: none outside none;
  margin-left: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  text-align: left;
  width: 100%;
  margin-top: 7px;
  z-index: 15;
}
.anc .box-content-collection .carousel-indicators li {
  background-color: none;
  border: 1px solid #999;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
.anc .box-content-collection .carousel-indicators li.active {
  background-color: #999;
}

/* Project portal */
/*.anc .portal-stripe .skewed-box {
  cursor: pointer;
  background: #d01e30 none repeat scroll 0 0;
  color: white;
  float: left;
  margin-top: 30px;
  margin-left: -20px;
  min-width: 45%;
  text-align: right;
  padding-right: 20px;
  font-size: 1.3em;
  text-transform: uppercase;
}*/
.anc .project-portal {
  overflow: hidden;
  padding: 0 0 20px 0;
}
.anc .project-portal .margins {
  padding: 20px 40px;
}
.anc .project-portal .project .media {
  margin-bottom: 5px;
}
.anc .project-portal .project {
  margin-bottom: 20px;
}
.anc .project-portal .project .title {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #888;
}
.anc .project-layout {
  padding: 20px 40px;
}
.anc .project-layout .carousel {
  margin-bottom: 15px;
}
.anc .project-layout p.title {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #888;
}
.anc .project-layout .inner-margins {
  padding: 10px 50px;
}
.anc .project-layout h3 {
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.anc .project-layout .attachment {
  font-weight: normal;
  font-size: 1.0em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.projects-grid .photo img {
  max-width: 100%;
}
.projects-grid .photo {
  text-align: center;
  min-height: 200px;
  line-height: 200px;
}
.projects-grid .no-photo .photo {
  background: #bcbcbc;
  opacity: 0.25;
}

/* Misc things */
.anc .login-form {
  width: 50%;
  margin: 120px auto;
}


.video-player video {
  max-width: 100%;
}
.video-player {
  overflow: hidden;
}
.video-player ul {
  margin-bottom: 0;
}
.video-player .player {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #222;
  margin-bottom: none;
  padding-bottom: none;
}
.video-player .player video {
  overflow: hidden;
}
.video-player .playlist {
  overflow: auto;
  background: #444;
}
.video-player .playlist .margins {
  width: 95%;
  margin: 1% 2%;
}
.video-player .playlist .tile {
  margin-bottom: 10px;
}
.video-player .playlist .photo img {
  max-width: 100%;
  cursor: pointer;
}
.video-player .playlist .photo img:hover {
  opacity: 0.75;
}
.video-player .playlist h5 {
  color: white;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0;
  margin: 5px 0 0 0;
}



@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {

}
@media only screen and (min-width : 1200px) {

}


