.container-fluid {
    background: #000000;
  color:#ffffff;
    margin: 40px auto 10px;
    padding: 20px 0px;
    max-width: 960px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.embed-responsive-4by3 {
    padding-bottom: 58%;   
}








a {}

a:hover {}

input {}

input:focus {}

input[type="submit"],
input[type="button"] {}


/* 5. Objects - wrappers, cards, etc. */


.lightbox-blanket {
  background-color: rgba(30, 30, 30, 0.9);
  color: white;
  display: block;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  width: 100vw;
  z-index: 20;
}

.pop-up-container {
  height: 100%;
  width: auto;
  display: table;
  margin: auto;
  position: static;
}

@media (max-width:400px) {
  .pop-up-container {
    width: 96%;
    margin: 2%;
  }
}

.pop-up-container-vertical {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

.pop-up-wrapper {
  -webkit-box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
  box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
  display: block;
  margin: 20px auto;
  width: auto;
  position: relative;
}

.image-pop-up {
  padding: 10px;
  width: 100%;
}

.item-image {
  position: relative;
}

.item-zoom {
  color: Black;
  font-size: 18px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.item-details-wrapper {
  background-color: white;
  padding: 10px;
  position: relative;
  border-top: 1px solid #888;
}


.image-pop-up img {
  width: 100%;
}

.item-image img {
  width: 100%;
  display: block;
}

i.fa-search-plus {
  font-sze: 16px;
  cursor: pointer;
  padding: 5px;
  background-color: rgba(50, 50, 50, 0.2);
  color: #666;
}



/* 7. Trumps - text helpers, often !important */

.hidden {
  display: none;
}

.image-pop-up .item-zoom {
  display: none;
}