body{
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;

}html, body {
    width: 100%;
    height: 100%;
}
.video {
    width: 100%;
    border: none;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
	margin:50px auto;
}
.playpause {
	display:none;
    background-image:url(../img/SeverstalTV_G.svg);
    background-repeat:no-repeat;
    width:50%;
    height:30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
	cursor:pointer;
}
.parent {
   position: absolute;
   top:0;
   left:0;
   text-align: center;
   width: 100%;
   height: 100%;
   font-size:0;
}
.parent::before {
   content:"";
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}
.block {
   display: inline-block;
   vertical-align: middle;
}
.img-thumb {
	max-width:75%;
}
@media only screen and (min-width:481px) and (max-width:600px) {
	body{
        background-image: url("../img/bg_m.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }
	.img-thumb {
		max-width:85%!important;
	}
	.wrapper {
		width:100%;
		padding:4px;
	}
}
@media only screen and (min-width:241px) and (max-width:480px) {
    body{
        background-image: url("../img/bg_m.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }
	.img-thumb {
		max-width:85%!important;
	}
	.wrapper {
		width:100%;
		padding:4px;
	}
}
@media only screen and (max-width:240px) {
	body{
        background-image: url("../img/bg_m.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }
	.wrapper {
		width:100%;
		padding:4px;
	}

}
/* Ландшафтная ориентация шаблона*/
@media screen and (orientation:landscape) {
    /* Стили для ландшафтной ориентации шаблона */
	.img-thumb {
		max-width:700px!important;
	}
}