.breadcrumb {
    display: none;
}

article, section {
    margin: 0 auto;
}

section {
    max-width: 1600px;
    display: grid;
    margin: 0 auto;
    margin-bottom: 40px;
}

img {
    width: 100%
}

.hero {
    -webkit-animation-name: expand;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-delay: 1s;
    animation-name: expand;
    animation-duration:2.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    overflow: hidden;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    max-height: 580px;
}

.hero h1 {
    background-size: contain;
    text-indent: -9999px;
    margin: 0;
    height: 150px;
    width: 300px;
}

.hero h1:after {
    content: ' ';
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
}

.personal-tailoring {
    height: 300px;
    margin: 30px 0 15px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.personal-tailoring h2{
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.personal-tailoring h2 span {
    display: block;
    font-family: MaisonNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.333rem; /* 20px */
    margin-top: 5px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes expand {
    from {height: 100px;}
    to {height: 60vh;}
}

/* Standard syntax */
@keyframes expand {
    from {height: 100px;}
    to {height: 60vh;}
}

.hero {
    align-items: center;
    display: flex;
    justify-content: center;
}

.hero h1 {
    color: #fff;
    font-size: 3rem; /* 45px*/
}

.maincontent {
    padding: 30px 0;
}

.maincontent h1 {
    color: #000;
    font-family: "TiemposHeadlineWeb", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 3rem; /* 45px */
    line-height: 1;
    margin-bottom: 30px;
    width: 50%
}

.maincontent p {
    color: #000;
    font-size: 1.066rem; /* 16px */
    margin-bottom: 15px;
    width: 50%;
    line-height: 20px;
}

.maincontent .row p {
    width: 100%
}

.filter {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.filter button {
    display: flex;
    border: 0;
    background: transparent;
    padding: 10px 20px;
    font-size: 1.333rem; /* 20px */
    text-transform: uppercase;
}

.image-container {
    position: relative;
}

.image-container:after {
    content: ' ';
    height: 80px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    display: block;
    bottom: 5px;
    z-index: 1;
}

.image-container + p {
    margin-top: -45px;
    position: relative;
    padding-left: 20px !important;
    font-size: 1.333rem; /* 20px */
    color: #fff;
    z-index: 2;
    height: 40px;
}

.gridcontainer .row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
}

.gridcontainer a {
    text-decoration: none;
}

.gridcontainer a:hover {
    text-decoration: none;
}

.grid.two {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 20px auto;
    width: 100%;
}

.grid.two .item {
    transition: all 0.5s ease;
}

.grid.two .item h2 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg); /* Standard syntax */
    white-space: nowrap;
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-family: MaisonNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.333rem; /* 20px */
    letter-spacing: 5px;
}

.grid.two .item h3 {
    font-size: 1.866rem; /* 28px */
    margin-bottom: 15px;
}

.grid.two .item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
}

.pt_categorylanding .main-content {
    padding-bottom: 5rem
}

@media only screen and (max-width: 1280px) {
    .hero {
        max-height: 400px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .hero {
        height: 400px;
        animation: none;
        -webkit-animation: none;
        margin-bottom: 10px
    }

    .gridcontainer .row {
        display: block;
        grid-gap: 2.5%;
        grid-template-columns: 49% 49%;
        margin: 15px;
    }

    .gridcontainer .row a {
        display: block;
        margin-bottom: 40px;
        padding-right: 15px;
    }

    .filter {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .filter button {
        padding: 10px;
        font-size: .75rem;
    }

    .personal-tailoring {
        height: 250px;
        margin: 0 10px;
        overflow: hidden;
        position: relative;
    }

    .personal-tailoring h2 {
        position: absolute;
        margin-top: 20px;
    }

    .pt_categorylanding .main-content {
        padding-bottom: 1.5rem;
    }

    .grid.two {
        grid-gap: 15px;
    }

    .grid.two .item h2 {
        font-size: 1rem;
        right: -10px;
    }

}

@media only screen and (max-width: 480px) {
    .hero iframe {
        width: 300px;
        height: 300px;
    }

    .hero {
        margin-top : 20px;
        height: 250px;
        animation: none;
        -webkit-animation: none;
        margin-bottom: 10px
    }

    .personal-tailoring {
        height: 200px;
        margin: 0 10px;
        overflow: hidden;
        position: relative;
    }

    .maincontent {
        padding: 0;
    }

    .maincontent h1 {
        font-size: 1.866rem; /* 28px */
    }

    .maincontent p {
        font-size: 0.933rem; /* 14px */
    }

    .the-hack-callout {
        height: 200px;
    }

    .personal-tailoring h2 {
        margin-top: 10px;
        font-size: 1.333rem; /* 20px */
    }

    .grid.two .item h3 {
        font-size: 1.333rem; /* 20px */
    }

    .personal-tailoring h2 span {
        font-size: 0.933rem; /* 14px */
    }

    .hero h1 {
        height: 150px;
        width: 240px;
        margin-left: 60px;
    }
}

