.w_bars {
  margin-bottom: 20px;
}
.w_bars .w_bars_item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 20px;
  background-color: #f0f0f0;
  float: left;
}
.w_bars .w_bars_item._last {
  float: right;
  margin-right: 0;
}
.w_bars .w_bars_item._n1 {
  margin-right: 0;
  height: 460px;
}
.w_bars .w_bars_item._n1._first,
.w_bars .w_bars_item._n1._last {
  float: none;
}
.w_bars .w_bars_item._n1 img {
  width: 736px;
  height: 460px;
}
.w_bars .w_bars_item._n1 .cover {
  width: 736px;
}
.w_bars .w_bars_item._n1 .cover .description {
  font-size: 16px;
  margin: 0 100px;
}
.w_bars .w_bars_item._n1 .cover .button {
  width: 240px;
  padding: 15px 25px;
  margin-top: 15px;
}
.w_bars .w_bars_item._n1._gallery {
  height: auto;
}
.w_bars .w_bars_item._n1._gallery .w_card_stage {
  height: 460px;
}
.w_bars .w_bars_item._n1._gallery .w_card_pagination {
  display: none;
}
.w_bars .w_bars_item._n2 {
  width: 358px;
  height: 200px;
  margin-right: 0;
}
.w_bars .w_bars_item._n2 .cover {
  width: 358px;
}
.w_bars .w_bars_item._n2 .cover .description {
  font-size: 14px;
  margin: 0 50px;
}
.w_bars .w_bars_item._n2 .cover .button {
  width: 150px;
  padding: 12px 20px;
  margin-top: 15px;
}
.w_bars .w_bars_item._n2 img {
  width: 358px;
  height: 200px;
}
.w_bars .w_bars_item._n2 .pub_container img {
  width: auto;
  height: auto;
}
.w_bars .w_bars_item._n3 {
  width: 232px;
  height: 172px;
}
.w_bars .w_bars_item._n3 .cover {
  width: 232px;
}
.w_bars .w_bars_item._n3 .cover .pub_container {
  max-width: 100%;
}
.w_bars .w_bars_item._n3 .cover .description {
  font-size: 12px;
  margin: 0 30px;
}
.w_bars .w_bars_item._n3 .cover .button {
  width: 120px;
  padding: 10px 20px;
  margin-top: 15px;
}
.w_bars .w_bars_item._n3 img {
  width: 232px;
  height: 172px;
}
.w_bars .w_bars_item._vimeo .vimeo {
  width: 100%;
  height: 100%;
}
.w_bars .w_bars_item:hover {
  opacity: 0.8;
}
.w_bars .w_bars_item._empty {
  outline: 1px solid #ccc;
}
.w_bars .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: absolute;
  height: 100%;
  background: url("/neo/i/w/picks/bg.png") transparent repeat;
  z-index: 1;
}
.w_bars .cover .description {
  display: block;
  margin: 0 auto;
}
.w_bars .cover .button {
  display: block;
  color: #008c99;
  background-color: #d3e9eb;
  background-image: none;
  text-decoration: none;
  margin: 0 auto;
}
.w_bars_caption {
  background-color: #dcdcdc;
  background-color: rgba(220, 220, 220, 0.9);
  display: block;
  overflow: hidden;
  padding: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.w_bars_caption .big {
  font-size: 16px;
  display: block;
}
