.page-template-page-holding header,
.page-template-page-holding .header_bumper,
.page-template-page-holding footer {
    display: none;
}
.holding-page .image-16by9 {
    padding-bottom: 25px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.holding-page .image-16by9 > img {
    object-fit: contain;
}
.holding-page h1.alt {
    margin-bottom: 20px;
}
.holding-page .social-icons {
    margin: 0 auto;
    margin-top: 60px;
}
.holding-page .social-icons a {
    position: relative;
    display: inline-flex;
    width: 70px;
    height: 70px;
    border-radius: var(--global-border-radius);
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}
.holding-page .social-icons a:last-of-type {
    margin-right: 0px;
}
.holding-page .social-icons a:hover {
    background-color: var(--mid-grey);
}
.holding-page .social-icons a:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.holding-page .social-icons a.facebook-icon:before {
    background-image: url(assets/facebook-icon.svg);
}
.holding-page .social-icons a.twitter-icon:before {
    background-image: url(assets/twitter-icon.svg);
}
.holding-page .social-icons a.youtube-icon:before {
    background-image: url(assets/youtube-icon.svg);
}
.holding-page .content-height {
    min-height: 100vh;
}

@media(max-width: 991.98px) {
    .holding-page .image-16by9 {
        max-width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media(max-height: 499.98px){
    .holding-page .content-height {
        min-height: 150vh;
    }
}
@media(max-width: 575.98px) {
    .holding-page h5 {
        max-width: 100%;
    }
    .holding-page .image-16by9 {
        margin-bottom: 20px;
    }
    .holding-page .social-icons a:before {
        height: 25px;
        width: 25px;
    }
    .holding-page .social-icons a {
        width: 50px;
        height: 50px;
    }
}