#inner-page-wrapper {
  background-image: url('../../images/global/default-ip-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 0;
  padding-bottom: 40px;
}


div[class*="grid--"] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.grid-item {
    width: 100%;
}

.grid-item a {
    display: block;
    width: 100%;
    outline: none;
    transition: all 0.4s ease-in-out;
}

.grid-item-photo {
    position: relative;
    overflow: hidden;
}

.grid-item-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.grid-item-photo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.grid-item-text {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-top: 10px;
}

div[class*="grid--"] div[class*="col-"] {
    padding: 15px;
}

.grid-item a:hover {
    opacity: 0.8;
}

.grid--b .grid-item a {
    position: relative;
}

.grid--b .grid-item a .grid-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align:  center;
    padding: 25px 15px;
    color: #fff;
    z-index: 2;
}

.grid--b .grid-item-photo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 2;
    pointer-events: none;
}
