.gallery-container {
    padding: 0px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.galRowItem {
      background-size: cover;
    background-position: center;
  background-repeat:no-repeat;
  position:relative;
}

.galRowItem:hover .project-links {
  opacity:1;
/*  transition: .2s;
  transition-timing-function: ease-in; */
}

.project-links {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(24,42,84,0.5);
  display:flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
  opacity:0;
/* transition: .2s;
  transition-timing-function: ease-in;*/
}

.title-top {
color: #FFF;
}

.title-link {
    width: 50%;
    text-align: center;
}

.title-link a {
    color: #a0cd2f;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}

.title-link a:hover {
    color: #a0cd2f !important;
    text-decoration: underline;
}


.galrowOne, .galrowTwo, .galrowThree {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.galrowOne {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  gap:20px;
height: 270px;
    min-height: 100px;
    max-height: 300px;
}

.galrowOne .galRowItem:nth-child(1) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  align-self: auto;
  order: 0;
}

.galrowOne .galRowItem:nth-child(2) {
  display: block;
  flex-grow: .7;
  flex-shrink: 1;
  flex-basis: 0;
  align-self: auto;
  order: 0;
 /* transition: flex-grow .2s;
  -webkit-transition: flex-grow .2s;
  transition-timing-function: ease-in-out; */
}

/* .galrowOne .galRowItem:nth-child(2):hover {
  flex-grow: 1;
/*  transition: flex-grow .2s;
  -webkit-transition: flex-grow .2s;
  transition-timing-function: ease-in-out; */
/*} */

.galrowOne .galRowItem:nth-child(3) {
  display: block;
  flex-grow: .6;
  flex-shrink: 1;
  flex-basis: 0;
  align-self: auto;
  order: 0;
}

.galrowTwo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  gap:20px;
height: 270px;
    min-height: 100px;
    max-height: 300px;
}

.galrowTwo .galRowItem:nth-child(1) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  align-self: auto;
  order: 0;
}

.galrowTwo .galRowItem:nth-child(2) {
  display: block;
  flex-grow: .3;
  flex-shrink: 1;
  flex-basis: 0;
  align-self: auto;
  order: 0;
  /* transition: flex-grow .2s;
  -webkit-transition: flex-grow .2s;
  transition-timing-function: ease-in-out; */
}



.galrowTwo .galRowItem:nth-child(3) {
  display: block;
  flex-grow: .3;
  flex-shrink: 1;
  flex-basis: 0;
  align-self: auto;
  order: 0;
  /* transition: flex-grow .2s;
  -webkit-transition: flex-grow .2s;
  transition-timing-function: ease-in-out; */
}



