div#video {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
}

div#mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #00000096;
    left: 0;
}

div#conteudo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
}

div#conteudo img {
    width: 420px;
    top: 180px;
    left: 800px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
}

div#conteudo p {
    color: #fff;
    font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
    font-size: 25px;
}

div#conteudo h1 {
    color: #fff;
    font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
    margin-top: 35px;
}

div#cont-rds i {
    border: 2px solid #fff;
    width: 50px;
    text-align: center;
    padding: 5px 10px;
    font-size: 25px;
    border-radius: 5px;
    color: #fff;
}

div#cont-rds i:hover {
    background: #047d48;
}

.whats {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    background: #047d48;
    margin-top: 20px;
}

.whats:hover {
    background: #16470d;
}

.whats i {
    color: #fff;
}

