body {
    margin: 0;
}

.wrapper {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;

	background-image: url("../img/background_texture.jpg");
    background-size: contain;
}

#black-background {
	position: absolute;
	top: 0;
	left: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 405px;
    height: 720px;
}