﻿/*@font-face {
  font-family: 'Tagesschrift';
  src: url('images/frenteh1.otf');
}*/

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: black;
    /*background-image: url(images/offfield25.jpg);
    background-size:contain;*/
    color: black;
    font-size: 16px;
}

.video_container {
    width: 15em;
}

@media only screen and (max-width: 600px) {
    .video_container {
        width: 13em;
    }
}



.frente {
    font-family: frente_h1regular !important;
    font-size: 170% !important;
    font-weight: bold;
    line-height: 125%;
}



