.wrapper{
    height:100vh;
    overflow:hidden;
    display: flex;
    align-items:center;
    background-color:#000;
    background-image:url(images/darkwallbg.jpg?v=3);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    margin:0 auto;
    position:relative;

}
a:hover, a:visited{
    text-decoration: none;
}
.container{
    max-width:1200px;
}
.stagebooth{
    position:relative;
    z-index:2;
}
.basebooth{
    position:absolute;
    width:100%;
}
.businessname {
    position: absolute;
    top:2%;
    left: 18%;
    color:#fff;
}
.logospace {
    position: absolute;
    top: 26%;
    left: 21%;
    background: #fff;
    width: 12%;
    min-height: 25%;
    text-align: Center;
    box-shadow: inset 0 0 10px #b3b1b161;
    border: solid #fff;
    padding: 15px;
    flex-direction: column;
}
.creativespace {
    position: absolute;
    top: 26%;
    left: 37%;
    width: 38%;
    min-height: 25%;
    padding: 12px;
    text-align: Center;
box-shadow: 0 0 3.5rem  #fff;
}
.linkspace {
    position: absolute;
    top: 2%;
    right: 6%;
    width: 12%;
    min-height: 93%;
    text-align: Center;
    display: flex; /* add -webkit and -ms prefixes yourself */
     flex-direction: column;
     align-items:center;
     align-content: center;
}
.linkspace .box{
    flex-grow: 1;
    width:100%;
    margin:11px 0 0px;display: flex; /* add -webkit and -ms prefixes yourself */
    align-items:center;
    align-content: center;
    text-align: center;
    background-image:url(images/wave.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:bottom;
    overflow:hidden;
    transition: all 0.5s ease;
    cursor:pointer
}
.linkspace .box:hover{
    background-position:center;
}
.linkspace .box a{
    display: block;
    width: 100%;
    color:#fff;
    font-weight:bold;
}
.people{
    position:absolute;
    bottom:-80px;
    left:25%;
    z-index: 2;
}
h1{
    font-size:28px !important;
}
.people img{
    max-height:300px;
}
@media only screen and (min-width: 1300px) {
    .wrapper{
        background-position:center top;
    }
    .container{
        max-width:1500px;
    }
    .people img{
        max-height:350px;
    }
    h1{
        font-size:40px !important;
    }
}
