#home,
body {
    position: relative;
    width: 100%;
    height: 100%
}
.home-captions {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    max-width: 100%;
    border-bottom: 9px solid #111
}
.whoisit {
    background: #222;
    overflow: hidden
}
.whoisit .inner {
    padding: 23px 23px 35px 23px
}
.whoisit .inner.active {
    display: block
}
.whoisit h2 {
    margin: 0 0 .83em 0
}
h4 {
    margin: 0 0 .83em 0
}
.whoisit h2 {
    color: #ffff26;
    font-size: 1.857em;
    font-family: 'Proxima N W15 Smbd';
    line-height: 100%;
    margin-bottom: 11px;
    text-transform: none
}
.whoisit h2 a {
    color: #ffff26;
    text-decoration: none
}
.whoisit h4 {
    color: #ddd;
    font-family: 'Proxima N W01 Reg';
    text-transform: uppercase;
    font-size: 1.071em;
    line-height: 100%;
    margin-bottom: 0
}
.whoisit h4 a {
    color: #ddd;
    text-decoration: none
}
header {
    z-index: 99
}
#home-carousel-wrap,
#home-carousel,
.bx-wrapper,
.bx-viewport {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
#home-carousel {
    list-style: none;
    padding: 0;
    margin: 0
}
#home-carousel li {
    width: 100%;
    height: 100%
}
.carousel-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    display: none
}
.home-captions {
    display: none
}
@media screen and (min-width: 768px) {
    #pg-1 header {
        width: 360px
    }
    #pg-1 #logo {
        width: 65px;
        height: 88px;
        background: url(../images/creature.png) no-repeat
    }
}
