
.btn-common {
  background-color: #32adff;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #21cff3;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-minty {
  background-color: #71CAA2;
  position: relative;
  z-index: 1;
}

.btn-minty:hover {
  color: #fff;
  background-color: #AAF0D1;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.shot-item img {
  width: 100%;
  #color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
}

