#home-sec {
    position: relative;
    height: 100vh;
    display: block;
}

#home-sec .page {
    height: 100%;
}

#home-sec .unslider {
    position: relative;
    float: left;
    margin-left: 6%;
    margin-top: 125px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 88%;
    color: black;
}

#home-sec h1 {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: calc(50vh - 150px);
    color: white;
    font-size: 100px;
    letter-spacing: 8px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

#home-sec #SA {
    float: right;
    font-family: Augustus;
    margin-top: -30px;
    margin-right: 56px;
    font-size: 15px;
}

.LettreBizard {
    font-family: 'SnellRoundhand-Script';
    font-weight: bold;
    font-size: 105px;
}

@media screen and (max-width: 916px){
    .LettreBizard {
        font-size: 10vw;
    }
    #home-sec h1 {
        font-size: 10vw;
    }
	#home-sec #SA {
		margin-top: -9px;
		margin-right: 7px;
	}
}