#page-detail {
  margin: 0 0 120px 0;
  border-radius: 10px;
}

#portfolio-page {
  position: relative;
  padding: 0px 15%;
  margin: 160px 0 60px 0;
  border-radius: 10px;
}
#portfolio-page .is-col {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0 !important;
}
#portfolio-page .is-col .is-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0.8);
  -webkit-backface-visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0;
}
#portfolio-page .is-col .is-overlay:hover {
  opacity: 1;
}
#portfolio-page .is-col .is-overlay:hover ~ .bar {
  left: 0;
}
#portfolio-page .is-col .is-overlay div {
  text-align: center;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  width: 100%;
}
#portfolio-page .is-col .is-overlay div span {
  display: inline-block;
  border-bottom: 1px solid #00aad4;
  color: #ffffff;
}
#portfolio-page .is-col .bar {
  position: absolute;
  z-index: 11;
  height: 8px;
  background-color: #00aad4;
  width: 100%;
  left: 70%;
  bottom: 0px;
  transition: all 0.5s ease-out;
}
#portfolio-page .list-label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #162734;
  position: absolute;
  left: 0;
  width: calc(15% - 24px);
  height: 100%;
  padding: 48px;
  box-sizing: border-box;
}
#portfolio-page .list-label h2 {
  color: white;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
#portfolio-page .list-label .button {
  background: #00aad4;
  color: white;
  padding-right: 10px;
}
