﻿/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
video {
  margin: 0;
  padding: 0;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
}

body {
  font-size: 15px;
  font-family: 'Noto Sans', Arial, sans-serif;
  line-height: 1.5;
}

/* =============================================================================
  CONTENT
============================================================================= */
.content {
  position: relative;

  margin: 0 auto;
  max-width: 720px;
}

@media only screen and (min-width : 0px) {.content{top:0%}}
@media only screen and (min-width : 768px) {.content {top:8%}}
@media only screen and (min-width : 992px) {.content {top:8%}}
@media only screen and (min-width : 1200px) {.content {top:16%}}


/* =============================================================================
  Safari
============================================================================= */

.showsaf{display:none}
.hidesaf{display:inherit}

/* =============================================================================
  VIDEO
============================================================================= */

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.bk { 
  background: url('https://welcomeemea.saas.mrisoftware.com/MarketingImage/LargeImage') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pointer:hover{cursor:pointer}
.browser-pad {
    font-size: 22px;
    margin-right: 10px;
}