@font-face {
    font-family: 'mary';
    src: url('../fonts/MaryKate.ttf');
}

.mary {
	font-family: 'mary';
	font-weight: bolder;
}
.mary {
	font-size: 40px;
}
.wrapper {
	height: 100vh;
}
.wrapper-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.mm {
    position: absolute;
    bottom: 0;
    right: 10px;
}
img {
	width: 150px;
}
iframe {
	height: 100%;
	width: 100%;
	min-height: 300px;
}