/*gallery captions design*/
.gallery .asset .overlay {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.gallery .asset:hover .overlay {
    -webkit-transition: opacity 380ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 380ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gallery .asset .overlay {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

/*gallery design*/
.gallery {
  width: 95%;
  margin: auto;
}

/*footer*/
/*hide >> using format*/
html body #using {
  display: none!important;
}