html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;

.layout {
width: 100vw;
height: 100vh;
background-image: url('tv.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
