

.btn-group.show .dropdown-menu {
  top: 100% !important;
  bottom: auto !important;
  transform: none !important;
  width: 100%;
}

.grid__col-sizer,
.photo-item {
  width: 32%;
}

.grid__gutter-sizer {
  width: 2%;
}

.photo-item {
  margin-bottom: 10px;
  float: left;
}

.photo-item__image {
  display: block;
  width: 100%;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.click-photo-item:hover > .overlay {
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}

.checkbox-to-clipboard{
  background: #000;
  opacity: 0.786;
  color: #FFF;

}

/*.photo-item p {*/
/*  width: 100%;*/
/*  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));*/
/*  height: 50px;*/
/*}*/



/*.photo-item__caption {*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  margin: 0;*/
/*  width: 100%;*/
/*}*/


/*.photo-item__caption a {*/
/*  color: white;*/
/*  font-size: 0.8em;*/
/*  text-decoration: none;*/
/*}*/


@media (max-width: 768px){
  .grid__col-sizer,
  .photo-item {
    width: 100%;
  }

  .grid__gutter-sizer {
    width: 0;
  }
  [id ^='edit-icon-']{
    display: none;
  }

  .click-photo-item > .overlay{
    top: 100%;
    transform: translateY(-100%);
  }

}


/* loader ellips in separate pen CSS */
