@font-face {
  font-family: "Museo";
  src: url("MuseoSansForDell-Regular.ttf");
     }

@font-face {
  font-family: "Futura";
  src: url("FuturaLT.ttf");
     }

html {
    background-color: white;
    font-size: 100%;
    font-family: Museo;
    color: white;
}



.srv {
    cursor:pointer;
}
.contactMe {
    cursor:pointer;
}
a {
  color: #ccc;
  text-decoration: none;
  
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #aaa;
}

a:visited {
  color: #777;
}


h1 {
    /*color: #FFF;*/
    color: rgb(0,145,218);
    font-family: Futura;
    font-size: 2.6em;
    font-variant: small-caps;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    margin: 0;
}


h2 {
    /*color: #FFF;*/
    color: white;
    font-family: Futura;
    font-size: 1.5em;
    /*font-weight: bold;*/
    font-variant: small-caps;
    letter-spacing: 1px;
    margin: 0;
}

h3 {
    /*color: #FFF;*/
    color: white;
    font-family: Futura;
    font-size: 1em;
    /*font-weight: bold;*/
    font-variant: small-caps;
    letter-spacing: 1px;
    margin: 0;
}

<style>
#myVideo {
    /*
  position: fixed;
  right: 0;
  bottom: 0;*/
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
#content {

  background: rgba(0, 0, 0, 0.0);
  color: #fff;

  width: 100%;
/*<vpadding: 20px;muted loop id="myVideo">*/
}
#fasiken {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/ 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#fasiken video {
      border-radius: 22px;
overflow: hidden;
-webkit-transform: translateZ(0);
box-shadow: 0 19px 51px 0 rgba(0,0,0,0.16), 0 14px 19px 0 rgba(0,0,0,0.07);

}

.smallPrint {
font-size: 9px;
    letter-spacing: 2px;
    color: #535965;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}


.wrapper {
    display: flex;
    z-index: 10000;
  flex-direction: row;
  align-items: stretch;
  width: 1280px;
  height: 5em;
  /*background: #ccc;*/


 position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 10px;
    padding: 5px 5px;
    /*font-size: 20px;
    font-family: Helvetica;*/
    color: #FFF;
    /*background-color: rgba(50, 50, 50, 0.3);*/


  
}
.wrapper > div 
{
    flex: 1;
    font-variant: small-caps;
}

.information {
    display: none;
    z-index: 10001;
/*white-space: nowrap;*/
}
.information2 {
    display: none;
    z-index: 10002;

}


.label:not(:last-child) {
    margin-bottom: .5em;
}

.label {
    color: white;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

*, ::after, ::before {
    box-sizing: inherit;
}

.input, .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    max-width: 100%;
    width: 100%;
}

.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
}

.glue {
white-space: nowrap;
float: left;
}


body, button, input, select, textarea {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.button.is-link.is-active, .button.is-link:active {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff;
}


.button.is-link.is-hovered, .button.is-link:hover {
    background-color: #276cda;
    border-color: transparent;
    color: #fff;
}

.button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
}


.button.is-active, .button:active {
    border-color: #4a4a4a;
    color: #363636;
}


.button.is-hovered, .button:hover {
    border-color: #b5b5b5;
    color: #363636;
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    white-space: nowrap;
}

