/*
@name:		Border, Box, and Background
@version:	1
@updated:	April 11, 2016
@requires:	A LESS compiler, file compiles to the
			main.min.css in /hut/{theme}/{version}/main.min.css
@comments:	File defines the shared mixins for border, box, and background styles
@source:	/themes/hut/shared/less/border-box-background.less
@map:
	Variables
	1. Borders
	1.1. Border Radius
	1.2. Border Box
	2. Background
	2.1. Box Shadow
*/
.video-library.stack a {
  font-weight: normal;
}
.video-library.stack .h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0 10px;
}
.video-library.stack .h4 a {
  color: #27282d;
}
.video-library.stack .player-placeholder {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  background: #eee;
}
.video-library.stack .youtube-player-wrap {
  padding: 0;
}
.video-library.stack .description p {
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0;
}
.video-library.stack .mobile {
  display: none;
}
@media (max-width: 767px) {
  .video-library.stack .mobile {
    display: block;
    margin-top: 15px;
  }
  .video-library.stack .video-aside {
    display: none;
  }
}
.video-library.stack .video-aside .h4 {
  color: #27282d;
  font-weight: normal;
  margin: 0;
}
.video-library.stack .video-aside .aside-videos {
  border-bottom: 1px solid #c5c5c5;
  margin-top: 20px;
}
.video-library.stack .video-aside .aside-videos:nth-child(3) {
  border-bottom: 0;
  margin-bottom: 20px;
}
.video-library.stack .video-aside .player-placeholder .play-button {
  top: 25%;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 40px;
}
.video-library.stack .video-aside .player-placeholder .icon-stack {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.video-library.stack .video-aside .player-placeholder .icon-play {
  color: #fff;
  font-size: 30px;
  line-height: 1.8em;
}
