		.logo_30th {
			position: absolute;
			display: block;
			top: 7%;
			right: 4%;
		}

		.logo_30th img {
			width: 100px;
			height: auto;
		}

		@media (max-width: 1039px) {
			.logo_30th {
				display: none;
			}
		}