body {
    /*height: 100vh;*/
    background-color: #EBEBEB;
}

.content-wrapper {
    background-color: #EBEBEB;
    text-align: center;
    /*height: 80vh;*/
    min-height: calc( 100vh - 135px);
    display: flex;
    align-items: center;
}

.btn-models {
    background-color: #5B5B5B;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 5px 0;
    font-size: 17px;
    width: 170px;
}

.btn-models:hover {
    background-color: #DD031E;
}

.video {
    max-width: 560px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.button-section {
    margin-bottom: 0%;
}


@media (orientation: portrait) {

    .btn-models {
        margin-bottom: 150px;
    }

    .content-wrapper {
        /*min-height: calc( 100vh - 135px);*/
        min-height: 85vh;
    }
}