.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 3%;
    top: 70px;
    z-index: 1;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1rem;
    text-decoration: none;
    padding: 10px 20px;
}

.m-b-md {
    margin-bottom: 30px;
}

.board {
    margin-top: 90px;
    right: 5%;
}

.board img {
    max-height: 600px;
}

.site-heading {
    position: relative;
    font-size: 75px;
    line-height: 96px;
    color: #000000;
    top: 5%;
    left: 5%;
}

.play {
    width: 185px;
    height: 50px;
    background: #109CF1;
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
    position: absolute;
    left: 49.75%;
    top: 45%;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF !important;
    padding: 12px;
}

.story {

}

.shop {
    color: #E50049 !important;
    border: 1px solid #E50049;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.brandi {
    position: absolute;
    bottom: 0;
    left: 20px;
}


@media (max-width: 1443px) {
    .board {margin-top: 150px;}
}

@media (max-width: 767px) {
    .site-heading {
        top: 18%;
        left: 1%;
    }
    .play-wrapper {
        margin-top: 60px;
        text-align: center;
    }
    .play {
        position: relative;
        left: unset;
    }
    .top-right {
        top: 20px;
    }
    .board {margin-top: 50px;}
    .brandi {
        position: relative;
        bottom: 7px;
        left: 20px;
    }
}

@media (max-width: 560px){
    .site-heading {
        font-size: 60px;
        left: 1%;     
    }
}