.vw{
	margin:0 auto;
	width: 90vw;
}
.TeaserWallMain{
	display: flex;
	justify-content: space-between;
}
.left{
	/*width:45.75vw;*/
	width:46.3vw;
}
.right{
	width: 42.50vw;
}
.right p{
	font-size: 18px;
	color: #cecece;
}
.MainTeaserVideo{
	position: relative;
}
#myElement2{
	z-index: 9999;
	/*width: 29.168vw !important;*/
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}
.TeaserInner{
	margin: 0.2604vw 0.5208vw 0.2604vw 1.0808vw;
}
video{
	/*width: 29.168vw;*/
	width: 29.65vw;
	height: 99.6%;
	object-fit: fill;
  	/*margin-right: 0.3850vw;*/
}
.img{
	/*width: 7.0125vw;*/
	/*width: 7.3125vw;*/
	width: 7.3625vw;
}
.img img{
	width: 100%;
}
.img:hover{
	background: url(../img/thumb_play_bg.png)0 0 no-repeat;
	background-size: 100%;
}
.img:hover img{
	opacity: 0.3;
}
a.act img{
	border:  0.2083vw solid;
	display: inherit;
	border-style: inset;
	border-color: rgba(194, 20, 25, 0.6);
	/*width: 6.6480vw;*/
	/*width: 6.4398vw;*/
	width: 6.9598vw;
}
.leftrow{
	margin-right: 0.2604vw;
}
.RowFirst{
	margin-right: 0.2604vw;
	display: flex;
}
.RowSecond{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	/*margin-right: 0.2604vw;*/
}
.RowSecond .img {
    width: 7.4025vw;
}
.TeaserThumb{
	display: flex;
	align-items: flex-start;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin-left: 0.0604vw;
}
.new-home #wraper{
	min-height: inherit;
}
.new-home #wrapperHeader{
	width: 90vw;
}
.Welcome{
	font-size: 26px;
	color: #fff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.new-home .right{
	display: flex;
	flex-direction: column;
	margin-bottom: 0.3741vw;
	padding: 0 1.0741vw 0.2700vw 0;
	justify-content: space-between;
}

@supports (-ms-ime-align:auto) {
  video{
  	height: initial;
  }
  .img{
  	height: 5.0500vw;
  }
  a.act img{
  	height: 4.700vw
  }
}