.template-portfolio .page-main,
.template-portfolio .page-sidebar {
  height: 500px;
}

.template-portfolio .page-content-inner,
.template-portfolio .page-content {
  height: 100%;
  padding: 0;
}

.template-portfolio .page-content {
  position: relative;
  padding: 0 25px 0;
}

.template-portfolio .page-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.template-portfolio .page-title {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}

#portfolio-player {
  outline: none;
}

.coverflow-text {
  position: absolute;
  top: auto !important;
  bottom: 30px;
  text-align: center;
  font-size: 10px;
}

.coverflow-hit.active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

@media (min-width: 750px) {
  .template-portfolio .page-main,
  .template-portfolio .page-sidebar {
    height: 520px;
  }
}