.maincontent {
    max-width:100%;
    width:100%;
    padding:0;
    }
  
  .gallery-wrapper {
  max-width: 92%;
  width: 100%;
  margin: 10px auto;
  padding: 40px 0px;
  text-align: center;
  }
    
    
    .box-gallery {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      position: relative;
      margin: auto;
      justify-content: center;
    }
    .box-gallery h3 {
      position: absolute;
      top: -55px;
    }
    .box-gallery .box-gallery-item {
      position: relative;
      max-width: 250px;
      height: 250px;
      margin: 0.5%;
      overflow: hidden;
      flex: 1 1 12em;
      transition: all 0.2s ease-in-out;
    
      border-radius: 5px;
    }
    .box-gallery .box-gallery-item i {
      position: absolute;
      bottom: 40%;
      left: 50%;
      margin: 0 0 -28px -28px;
      font-size: 2em !important;
      border-radius: 50%;
      padding: 10px;
      background: var(--accent-color);
      color: #fff;
      opacity: 0;
      transition: all 0.25s;
    }
    .box-gallery .box-gallery-item:hover {
      filter: drop-shadow(4px 4px 6px gray);
      transform: scale(1.05);
    }
    .box-gallery .box-gallery-item:hover i {
      bottom: 50%;
      opacity: 1;
    }
    .box-gallery .box-gallery-item:hover figure {
      opacity: 0.6;
    }
    .box-gallery .box-gallery-item figure {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      background-size: cover;
    }
    .box-gallery .box-gallery-item figure:hover {
      filter: drop-shadow(4px 4px 6px gray);
      transform: scale(1.05);
    }/*# sourceMappingURL=Untitled-1.css.map */
  
  a.button {
      display:inline-block;
      width:100px;
      height:50px;
      background-color:#352244;
      color:#fff;
      line-height:50px;
      text-align:center;
      text-decoration: none;
    }
    
    a.active {
      background-color:#d6b68d;
    }
    
    .portfolio-content {
      margin-top:30px;
    }
    
    div[class*="gallery-content"] { 
      display:none;
    }
    
    div.active { 
      display:block;
    }
    
    
  
    .section-header {
        text-align: center;
        margin: 60px auto 13px;
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        color: #222;
      }
      
      .section-header-underline {
        border: 1px solid #222;
        width: 3rem;
        margin: 0 auto;
        
      }

      .gc-2 .section-header-underline {
        margin-bottom: 10px;
      }
      
      .video-gallery {
        position: relative;
        margin: 0 auto;
        max-width: 92%;
        text-align: center;
      }
      
.container.text-center {
    margin-top: 10%;;
}

.gc-2 .container {
    margin-top: 10px!important;
}



.col-md-4 .img-fluid {
    width: 100%!important;
    max-height: 75%!important;
}

.play-btn {
    width: 100px;
    position: relative;
    top: -50%;
    cursor: pointer;
    transition: 0.5s;
}

.col-md-4:hover .play-btn {
    transform: scale(1.03);
}

.modal-dialog {
    margin-top: 90px!important;
}

.modal-content {
    background: #ffffff!important;
    border: none!important;
    max-height: 700px!important;
}

.modal-body video {
    max-height: 75%!important;
    margin-top: 40px!important;
}