body{
    width: 100%;
    min-width: 1440px;
    background-color: #afbbc8;
    padding: 0;
}

#wrapper {
	position: relative;
    width: 1440px;
    margin: auto;
    height: 1829px;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: top center;
}

iframe {
	position: absolute;
	width: 300px;
	height: 600px;
    top: 946px;
    right: 221px;
}