﻿.livestreamBody{
    margin: 0 0 0 0;
}

.vidFrame
{
    min-width: 620px;
    max-width: 620px;
    height: 348.71px;
    display: flex;
}

.background
{
    width: 620px;
    height: 348.71px;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    display: block;
    background-position: center;
	background-size: 100%;
    filter: blur(6px);
}

.text
{
    display: flex;
    z-index: 1;
    color:#d4130c;
    text-align: center;
    justify-content: center; 
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
	line-height: 1.5em;
    font-size: 30px;
    font-weight: 900;
    font-family: "Trebuchet MS",Arial,sans-serif;
    -webkit-text-stroke: 0.5px white;
    text-shadow: 3px 3px 1px black;
}

/* stupid workaround to eneable text-stroke on internet explorere*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .text {
    display: flex;
    z-index: 1;
    color:#d4130c;
    text-align: center;
    justify-content: center; 
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    font-weight: 900;
    font-family: "Trebuchet MS",Arial,sans-serif;
    text-shadow: 
       1px  1px 0px white,
      -1px -1px 0px white,
       1px -1px 0px white,
      -1px  1px 0px white;
  }
}