div.spotlight:before{
    background-color: #000;
    background-image: url("../../images/banner-contact.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

div.spotlight::after
{
    background-color: rgba(0,0,0,0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
    
  #edges_category  button {
    border: 0;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }

  section#edges_category #edge-thumb .image.featured {
      display: block;
      width: 100%;
      margin: 0;
  }

  section#edges_category #edge-thumb .image img {
      display: block;
      width: 100%;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
  }
      section#edges_category #edge-thumb .image:hover {
          opacity: 0.7;
      }

  section#edges_category #edge-thumb section header {
      position: relative;
      padding: 0;
      background-color: #585c5c;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
      color: #ffffff !important;
      cursor: pointer;
      font-weight: 300;
      height: 3em;
      padding: 5px 0 0px 0;
      text-transform: uppercase;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      margin-bottom: 20px;
      z-index: 9;
  }

  section#edges_category #edge-thumb h3 {
      font-size: 1em;
      letter-spacing: 2px;
      margin: 0;
      padding: 10px 0 10px 0;
  }

  .poptrox-overlay img:hover {
    cursor: zoom-out;
  }

  .poptrox-popup .caption {
      height: auto;
      line-height: 1.9em;
  }