body
{
background: #000;
min-height: 100vh;
display: grid;
grid-template-rows: 1fr auto;
overflow-y: hidden;
overflow-x: hidden;
}

video#bgVideo {
position: fixed;
right: 0;
bottom: 0;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
z-index: -100;    
background-size: cover;
}

.content {
    text-align: center;
    width: -webkit-fill-available;
    height: 170%;
    mix-blend-mode: difference;
    position: fixed;
    transform: scale(1.3);
}

.content2 {
    margin-top: -30px;
    margin-bottom: -15px;
}

.content img {
    max-width: 550px;
    padding: 10px 5px 40px 5px;
    overflow-clip-margin: content-box;
    overflow: clip;
/*    position: relative;*/
}

.content2 img {
    padding-bottom: 20px;
    height:40px;
}

.footer {
    text-align: center;
    color: #ff7979;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: auto;
    mix-blend-mode: difference;
}

.footer img {
    margin-top: 18px;
   	text-align: center;
}

.email {
    font-family: 'Roboto', sans-serif;
	margin-top: -20px;
    color: #ff7979;
    font-size: 12px;
}

.fa {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ff7979;
    text-align: center;
}

a, a:active, a:visited {
	color: #ff7979;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .content img {
        max-width: 89%;
        padding: 10px 10px 40px 10px;
        text-align: center;
        width: 98%;
        max-height: 93%;
        /*position: relative;*/
        transform: scale(.8);
    }
}

@media only screen and (min-width: 1280px) {
    .content img {
        max-width: 650px;
        padding: 10px 15px 40px 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .content2 img {
        height:30px;
    }
}

@media only screen and (min-width: 1280px) {
    .content2 img {
        height:50px;
    }
}

@media only screen and (min-width: 900px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (max-width: 500px) {
    body {
        overflow: hidden;
    }
}

/*@media only screen and (min-width: 769px) {
    content {
        width: 100%;
    }
}*/