#ls-page {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: calc(100vh - 88px);
    padding: 60px;
    text-align: center;
    line-height: 1;
    text-transform: initial;
    background-color: #f4f4f4;
    /* background-image: url('../imgs/background.png');
    background-size: 100%;
    background-position: center 140%;
    background-repeat: no-repeat; */
}

.ls-page-inner {
    display: table-cell;
    vertical-align: middle;
}

.ls-title {
    margin: 0 0 15px;
    font-family: "LacosteSansCondensedBold";
    font-size: 33px;
    text-transform: uppercase;
}

.ls-subtitle {
    font-family: "LacosteSansCondensedLight";
    font-size: 20px;
    margin: 0 0 30px;
}

.ls-player-wrapper {
    margin: 0 auto 40px;
    width: calc(100% / 23 * 17);
}

.ls-player-inner {
    position: relative;
    padding-bottom: 56.25%;
}

.ls-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ls-logo {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 40px 0 0;
}

@media screen and (max-width: 1279px) {
    #ls-page {
        min-height: calc(100vh - 50px);
    }
}

@media screen and (max-width: 1023px) {
    #ls-page {
        padding: 60px 25px 220px;
        /* background-position: center 80%; */
    }
}

@media screen and (max-width: 640px) {
    #ls-page {
        padding: 60px 20px 60px;
    }

    .ls-title {
        padding: 0 20px;
        font-size: 26px;
    }

    .ls-player-wrapper {
        width: 100%;
    }
}