.gcyt-filters {
  margin-bottom: 20px;
}
.gcyt-item {
  vertical-align: top;
  background-color: #fff;
  width: 300px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 7px;
  margin-bottom: 7px;
  border: 3px solid #005488;
}
.gcyt-item:nth-child(3n) {
  margin-right: 0;
}
.gcyt-image-wrap {
  position: relative;
  width: 300px;
  height: 169px;
  overflow: hidden;
}
.gcyt-image-wrap img.gcyt-thumb {
  position: relative;
  top: -28px;
  padding: 0 !important;
}
.gcyt-image-wrap .gcyt-play {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
}
.gcyt-image-wrap .gcyt-play {
  cursor: pointer;
}
h3.gcyt-title {
  font-family: sans-serif;
  color: rgb(0,84,136);
  margin: 5px;
  padding: 0;
}
p.gcyt-desc {
  font-family: sans-serif;
  margin: 5px;
  padding: 0;
}
#gcyt-sorts, #gcyt-filters {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 5px;
}
.gcyt-filter-label {
  margin: 0 !important;
}
.gcyt-video-wrap {
  width: 100%; 
  height: 100%;
  background: url('img/rgb000-75percent-1x1.png'); 
  position: fixed; 
  top:0;
  left:0;
  z-index: 999;
}
.gcyt-video-wrap iframe {
  margin: 100px auto 10px;
  display: block;
  border: 2px solid #222;
  background: #222;
}
.gcyt-button {
  margin: 0 auto;
  display: block;
}