﻿@import url('normalize.css');

/*Basic*/

/*Basic*/

html, body {
  height: 100%;
}

::-moz-selection{
  background: #A4201A;
  color:rgb(255, 255, 255);
  text-shadow: none;
}
::selection {
  background:#A4201A;
  color:rgb(255, 255, 255);
  text-shadow: none;
}

html{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.video-frame {
  width: 100%;
  height: 100%;
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #A4201A;
}


/*Responsive*/
@media screen and (max-width: 1024px) and (min-width: 601px) {

}
/*Responsive*/
@media screen and (max-width: 600px) {

}