* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
	font-family: 'gothic';
	src: local('fonts/gothic'), url('./fonts/gothic.woff') format('woff');
}

.gothic-normal {
	font-family: 'gothic' !important;
}

.poster {
	height: 100vh;
}

.poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen (min-width: 1200px) {
    .poster img {
        margin-top: -75px;
    }
}