#photonesto-client-zone #photonesto-error-message {
  text-align: center;
  color: #dc3545;
  font-style: italic;
}

#photonesto-client-zone .empty-state {
  text-align: center;
}

#photonesto-client-zone a.no-underline-link {
    text-decoration: none;
}

#photonesto-client-zone .photonesto-gallery {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

#photonesto-client-zone .pho-col-3 {
    float: left;
    width: 33.33%;
}

#photonesto-client-zone .photonesto-gallery-cover {
    position: relative;
    padding: 0;
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
    background-color: #F1F3F4;
}

#photonesto-client-zone .photonesto-gallery-cover-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#photonesto-client-zone .photonesto-gallery-link-hover {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 50, 50, 0.6);
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#photonesto-client-zone .photonesto-gallery:hover .photonesto-gallery-link-hover {
    opacity: 1;
}

#photonesto-client-zone .lock-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#photonesto-client-zone .photonesto-gallery-login-label {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    padding: 10px;
    letter-spacing: 0.1em;
}

#photonesto-client-zone .photonesto-gallery-name-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#photonesto-client-zone .photonesto-gallery-name {
    font-family: CormorantSC;
    color: rgb(82, 82, 82);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin: 2px;
}

#photonesto-client-zone .photonesto-gallery-name::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #bfbfbf;
    transition: width .3s;
    border-top: rgb(245, 245, 245) 1px solid;
    box-sizing: content-box;
}

#photonesto-client-zone .photonesto-gallery:hover .photonesto-gallery-name:after {
    width: 100%;
}

@media (max-width: 767px) {
    #photonesto-client-zone .pho-col-3 {
        width: 50%;
    }

    #photonesto-client-zone .photonesto-gallery-name {
        font-size: 16px;
    }
}
