.desktop-theme #best-of-best {
  background: url(bg-desktop.jpg?) center center no-repeat;
  background-size:1920px;
  z-index: 1002;
}
.desktop-theme #best-of-best .container {
  width: 100%;
}
.desktop-theme #best-of-best .title {
  height: 50px;
  display: block;
  width: 1050px;
  position: relative;
  font-size: 0 !important;
  margin: 0 auto;
}
/* Close Button */
.desktop-theme #best-of-best .close-btn {
  position: absolute;
  display: block;
  margin-top: 0;
  text-indent: -9999px;
  width: 31px;
  top: 10px;
  right: 6px;
  height: 31px;
  background: url(sprite.png?) 0 0 no-repeat;
  background-size: 200%;
}
.desktop-theme #best-of-best .close-btn:hover {
  background-position: -31px -0px;
}
