.protfolio-album {
    /* background: #f5f5f5; */
    overflow: hidden;
    padding: 15px 15px 80px;
  }
  
  .protfolio-album .protfolio {
    margin: 10px;
    overflow: hidden;
    position: relative;
  }
  
  .protfolio-album .protfolio .album-img {
    transition: all 0.5s ease;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  
  .protfolio-album .protfolio .album-img img {
    width: 100%;
  }
  
  .protfolio-album .protfolio .overlay {
    transition: all 0.5s ease;
    opacity: 0;
    height: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 10;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .protfolio-album .protfolio .overlay .overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  
  .protfolio-album .protfolio .overlay .overlay-content h2 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    /* padding-bottom: 15px; */
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }
  
  /* .protfolio-album .protfolio .overlay .overlay-content h2:after {
    position: absolute;
    width: 100px;
    height: 1px;
    content: '';
    bottom: 0;
    background: #fff; */
    /* left: 26%; */
    /* left: 0;
right: 0;
  } */
  .protfolio-album .protfolio .overlay .overlay-content .line {
      width: 100px;
      height: 1px;
      background: #fff;
      margin: 5px auto;
  }
  
  .protfolio-album .protfolio .overlay .overlay-content p {
    margin-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    transition: all 0.4s ease-in-out;
  }
  
  .protfolio-album .protfolio .overlay .overlay-content a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 42px;
    margin-top: 10px;
    border: 1px solid #fff;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    transition: all 0.5s ease-in-out;
  }
  .protfolio-album .protfolio .overlay .overlay-content a img {
      width: 22px;
  }
  .protfolio-album .protfolio .overlay .overlay-content a:hover img {
    filter: invert(100);
    }

  
  .protfolio-album .protfolio .overlay .overlay-content a:last-child {
    margin-left: 15px;
  }
  
  .protfolio-album .protfolio .overlay .overlay-content a:hover {
    background: #fff;
    color: #111;
  }
  
  .protfolio-album .protfolio:hover .album-img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
  
  .protfolio-album .protfolio:hover .overlay {
    opacity: 1;
  }
  
  .protfolio-album .protfolio:hover .overlay .overlay-border:before, .protfolio-album .protfolio:hover .overlay .overlay-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  
  .protfolio-album .protfolio:hover .overlay .overlay-content h2, .protfolio-album .protfolio:hover .overlay .overlay-content p, .protfolio-album .protfolio:hover .overlay .overlay-content a {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  .protfolio-album .blog-page {
    margin-top: 50px;
  }
  
  .overlay-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    height: 100%;
    color: #5bb1ef;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-align: center;
    z-index: -1;
  }
  
  .overlay-border:before, .overlay-border:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    transition: opacity 1s,-webkit-transform 0.7s;
    transition: opacity 1s,transform 0.7s;
    transition: opacity 1s,transform 0.7s,-webkit-transform 0.7s;
    z-index: 1;
    border: 1px solid #5bb1ef;
  }
  
  .overlay-border:before {
    border-left: 0;
    border-right: 0;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  
  .overlay-border:after {
    border-bottom: 0;
    border-top: 0;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  
  .protfolio-album2 {
    padding-top: 0;
  }
  
  .protfolio-album2 .protfolio {
    margin: 0;
  }
  
  .protfolio-album2 .protfolio .overlay {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  .protfolio-album2 .protfolio .overlay .overlay-border a {
    margin-top: 40px;
  }
  
  .protfolio-album2 .protfolio .overlay .overlay-border:before, .protfolio-album2 .protfolio .overlay .overlay-border:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .mfp-arrow-right {
        background: url(../images/icon/right-arrow.png) !important;
        background-size: 45% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
  }
  
.mfp-arrow-right::before, .mfp-arrow-right::after {
    border-color: transparent !important;
}
.mfp-arrow-left {
    background: url(../images/icon/left-arrow.png) !important;
    background-size: 45% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.mfp-arrow-left::before, .mfp-arrow-left::after {
border-color: transparent !important;
}

@media (max-width: 992px) {
    .container {
        max-width: 100% !important;
    }
}


/*--------------------------------------------------------------
  ## Video Protfolio
  --------------------------------------------------------------*/
  .video-protfolio {
    padding: 30px 20px 80px;
    overflow: hidden;
  }
  
  .youtube-video, .vimeo-video, .html-video-player {
    padding: 0 8px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .html-video-player {
    position: relative;
  }
  
  .html-video-player .plyr .plyr__play-large {
    position: absolute;
    border: none;
    background-color: transparent;
    padding: 0;
  }
  
  .html-video-player .plyr .plyr__play-large:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "\f04b";
    font: normal normal normal 24px/1 FontAwesome;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #FFF;
    line-height: 57px;
  }
  
  .html-video-player .plyr .plyr__play-large svg {
    display: none;
  }
  
  .html-video-player .plyr--video .plyr__controls {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    width: 70%;
    margin: 0 auto 10px;
    border-radius: 3px;
  }
  
  .html-video-player .plyr__volume {
    width: 50px;
  }
  
  .html-video-player .plyr--video .plyr__progress--buffer, .html-video-player .plyr--video .plyr__volume--display {
    background: #19191b;
  }
  
  .html-video-player .plyr__volume--display {
    width: 50px;
  }
  .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
}
  
  @media (min-width: 768px) {
    .html-video-player .plyr .plyr__volume {
      max-width: 50px;
    }
  }
  
  @media (min-width: 480px) {
    .html-video-player .plyr .plyr__volume {
      min-width: 50px;
    }
  }