body {
    display: flex;
    margin: 0;
    padding: 0;
    width: auto;
    min-height: 100vh;
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.hero {
    margin: 40px;
}

h1,
h2 {
    margin: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 26px;
    color: #999;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* footer
-------------------------- */

footer {
    width:100%;
    background:#90bed1;
    text-align:center;
}

footer a {
    display:block;
    padding:20px;
    font-size:2.5em;
    color:#000;
    text-decoration:none;
}

footer a:hover {
    color:#fff;
}


/* Mobiles
-------------------------- */

#mobiles h1 {
    margin-bottom:50px;
}

#mobiles .section {
    width:96%;
    max-width:800px;
    margin:0 auto;
}

#mobiles article {
    margin-bottom:50px;
    padding-bottom:50px;
    border-bottom:1px solid #ddd;
}

#mobiles article:last-child {
    border-bottom:0;
}

#mobiles article h2 {
    margin-bottom:15px;
    line-height: 1em;
}

#mobiles figure img,
#mobiles figure video {
    margin-bottom:20px;
}

#mobiles figcaption {
    font-size:2em;
}

#mobiles footer {
    padding:20px;
}

#mobiles footer p {
    margin-bottom:0;
    font-size:2.5em;
}

#mobiles footer a {
    display:inline;
    padding:0;
    font-size: 1em;
}

#mobiles video {
    width:100%;
}

#mobiles video:hover {
    cursor:pointer;
}

#mobiles video.played:hover {
    cursor:default;
}
