html, body{
	margin:0;  
	padding:0;
}

body {
	background-color:#050505;
}

p{
    margin-bottom: 30px;
    color: #414a4f;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    font-family: Helvetica, Arial; sans-serif;
}

p a{
    color: #545f66;
    font-weight: bold;
    text-decoration: none;
}

p a:hover{
    text-decoration: underline;
}

.wrapper{
    width: 100%;
    position: relative;
}

video{
    width: 100%;
    max-height: 87vh;
}

.press a img{
    margin-left: 25px;
}

.press a:first-child img{
    margin-left: 0px;
}

.press a:hover{
    opacity: 0.5;
}

/* Devices, Tablets */
@media only screen 
and (max-width : 768px)
and (orientation: portrait){
    
    .wrapper{
        width: 100%;
        overflow: hidden;
    }
    
    video{
        margin-left: -30%;
        width: 160%;
        margin-top: 20%;
    }
    
    p{
        font-size: 11px;
        letter-spacing: 1px;
    }
    
    p.press{
        
    }
    
    p.press a{
        display: block;
    }
    
    p.press a img{
        margin-left: 0px;
        margin-bottom: 25px;
    }
}