#template-projects {
    padding-top: 0;
}

#template-projects #main {
    align-items: center;
}

#template-projects section.banner {
    height: 100vh;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
}
#template-projects section.banner video {}
#template-projects section.banner video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#template-projects section.banner .grid {}
#template-projects section.banner .title {
    font-size: 40px;
    margin-bottom: 80px;
    z-index: 2;
    line-height: 160%;
    display: flex;
    align-items: flex-end;
}

#template-projects section.projects {}

#template-projects section.projects {
    margin-top: 60px;
}

#template-projects section.projects>.grid>.title {
    margin-top: 58px;
    font-size: 26px;
    letter-spacing: 2.2px;
    margin-bottom: 24px;
}

#template-projects section.projects .layout {}

#template-projects section.projects .layout a {}

#template-projects section.projects .layout a[data-layout="rows"] {}

#template-projects section.projects .layout a[data-layout="grid"] {}
#template-projects section.projects .layout a[data-layout="grid"]:after {}
#template-projects section.projects .layout a.active,
#template-projects section.projects .layout a.active:after {}

#template-projects section.map {
    margin-bottom: 71px;
}

#template-projects section.map .grid>.title {
    font-size: 26px;
    margin-top: 9px;
}

#template-projects section.map .project-filter {
    height: 160px;
}