.slide-box{
    width: 100%;
    height: 95vh;
    margin:0;
    background-color: rgba(50,50,50,0.5);
    text-align: center;
}
.slide-text{
    padding-top: 20%;
    font-size: 36px;
    color: #ffffff;
}
.slide-text-sub{
    font-size: 24px;
    font-weight: 100;
}