.headlineSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20vh;
}

.headlineSection h1 {
    font-family: "LS Fixture Ultra Light", Arial, Helvetica, sans-serif;
    font-size: 20.5vw;
    line-height: 16vw;
    width: 50vw;
    margin-top: 7vw;
}

.headlineSection p {
    font-family: Barlow, "LS Fixture Light", Helvetica, sans-serif;
    max-width: 250px;
    margin-top: 25.5vw;
    margin-left: 30px;
}

@media screen and (max-width: 992px) {
    .headlineSection h1 {
        font-size: 25vw;
        line-height: 19vw;
        width: 60vw;
    }
    .headlineSection p {
        margin-top: 19vw;
    }
}

@media screen and (max-width: 576px) {
    .headlineSection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .headlineSection h1 {
        width: 100%;
    }
    .headlineSection p {
        margin-top: 30px;
    }
}

.worksSection {
    padding-top: 15vh;
}

.worksSection .filter {
    margin-bottom: 10vh;
}

.worksSection .filter ul {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.worksSection .filter ul li {
    font-family: "LS Joyride Regular", "LS Fixture Bold", Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1em;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 15px;
}

.worksSection .filter ul li.active,
.worksSection .filter ul li:hover {
    color: #FC1A5C;
}

@media screen and (max-width: 992px) {
    .worksSection .filter ul li {
        width: 120px;
        margin: 0 1%;
        font-size: .7em;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 545px) {
    .worksSection .filter ul {
        max-width: 260px;
        margin: auto;
    }
}

.worksSection .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15vh;
}

.worksSection .works .image {
    width: 16.2%;
    margin: 0.2vw 0.2%;
    overflow: hidden;
}

.worksSection .works .image img {
    width: 100%;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.worksSection .works .image:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (max-width: 992px) {
    .worksSection .works .image {
        width: 19.2%;
        margin: 0.4vw 0.4%;
    }
}

@media screen and (max-width: 768px) {
    .worksSection .works .image {
        width: 24.2%;
        margin: 0.4vw 0.4%;
    }
}

@media screen and (max-width: 576px) {
    .worksSection .works .image {
        width: 32.5%;
        margin: 0.4vw 0.4%;
    }
}

.worksSection .works .video {
    width: 16.2%;
    margin: 0.2vw 0.2%;
    overflow: hidden;
}

.worksSection .works .video .thumbnail img {
    width: 60px;
    position: absolute;
    display: inline-block;
    margin-top: 60px;
    margin-left: -30px;
    z-index: 3;
}

.worksSection .works .video .thumbnail:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (min-width: 992px) {
    .worksSection .works .video .thumbnail img {
        width: 5%;
        margin-left: -2%;
        margin-top: 4.5%;
    }
}

@media screen and (max-width: 992px) {
    .worksSection .works .video .thumbnail img {
        width: 5%;
        margin-left: -2%;
        margin-top: 5.5%;
    }
}

@media screen and (max-width: 768px) {
    .worksSection .works .video .thumbnail img {
        width: 6%;
        margin-left: -2.8%;
        margin-top: 7.5%;
    }
}

@media screen and (max-width: 576px) {
    .worksSection .works .video .thumbnail img {
        width: 8.2%;
        margin-left: -3.5%;
        margin-top: 10%;
    }
}

.worksSection .works .video img {
    width: 100%;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

@media screen and (max-width: 992px) {
    .worksSection .works .video {
        width: 19.2%;
        margin: 0.4vw 0.4%;
    }
}

@media screen and (max-width: 768px) {
    .worksSection .works .video {
        width: 24.2%;
        margin: 0.4vw 0.4%;
    }
}

@media screen and (max-width: 576px) {
    .worksSection .works .video {
        width: 32.5%;
        margin: 0.4vw 0.4%;
    }
}

.visible {
    display: inline;
}

.hidden {
    display: none;
}


/*# sourceMappingURL=works.css.map */