.all-sponsors-img {
	margin-top: 20px;
}
.all-sponsors-img > img {
	margin: 0;
	max-width: 100%;
}

.sponsors-page {
	text-align: center;
}

.sponsor {
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 10px;
}

.sponsor:hover {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.sponsor-image-container {
	padding: 20px;
}

.sponsor-image {
	background: no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.sponsor-image-1 {
	width: 200px;
	height: 112px;
}

.sponsor-image-2 {
	width: 250px;
	height: 141px;
}

.sponsor-image-3 {
	width: 300px;
	height: 169px;
}

.extra-information {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 700px;
	max-width: 80%;
	height: 500px;
	max-height: 80%;
	border-radius: 5px;
	position: fixed;
	margin: auto;
	z-index: 12;
	overflow: hidden;
	opacity: 0;
	display: none;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	text-align: left;
	cursor: default;
}

.extra-information-no-pic {
	width: 420px;
}

.extra-information-display {
	display: block;
}

.extra-information-content {
	width: 60%;
	height: 100%;
	background-color: #fff;
	position: relative;
	float: left;
	overflow-y: auto;
}

.extra-information-picture {
	width: 40%;
	height: 100%;
	position: relative;
	float: left;
	background-size: cover;
	background-color: #fff;
	background-position: center;
}

.extra-information-no-pic .extra-information-content {
	width: 100%;
	cursor: text;
}

.extra-information-no-pic .extra-information-picture {
	width: 0;
	display: none;
}

.extra-information-small-logo-container {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 128px;
	height: 50px;
	padding: 10px;
}

.extra-information-url-width {
	display: block;
	width: calc(100% - 150px);
	word-wrap: break-word;
}

.extra-information-small-logo {
	width: 128px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.extra-information-name,.extra-information-title {
	width: calc(100% - 40px);
	float: left;
	cursor: text;
}

.extra-information-name {
	padding: 10px 20px 0;
}

.extra-information-title {
	padding: 0 20px 10px;
}

.extra-information-text {
	width: calc(100% - 40px);
	padding: 0 20px;
	float: left;
	text-align: justify;
	cursor: text;
}

.extra-information-url {
	width: calc(100% - 40px);
	padding: 20px;
	position: relative;
	float: left;
	cursor: text;
}

.extra-information-pic .extra-information-close {
	background-image: url(/img/menu_close_white.svg);
}

.extra-information-pic .extra-information-close:hover {
	background-image: url(/img/menu_close_hover.svg);
}

.extra-information-title-2 {
	height: 100%;
	color: #F39133;
}

.title-1,.title-2,.title-3 {
	width: 100%;
	display: block;
	margin: 60px 0 10px;
	color: #F39133;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}

.title-3 {
	font-size: 2em;
}

.title-2 {
	font-size: 1.7em;
}

.title-1 {
	font-size: 1.5em;
}

@media (max-width: 789px) {
  .extra-information-pic .extra-information-close {
	  background-image: url(/img/menu_close.svg);
  }
}

@media (max-width: 379px) {
	.sponsor-image-container {
		padding: 15px;
	}

	.sponsor {
		margin: 10px 5px;
		width: calc(100% - 10px);
		height: calc((100vw - 20px) / 16 * 9);
		background-position: center;
	}

	.sponsor-image-container {
		height: calc(100% - 30px);
	}

	.sponsor-image {
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 330px) {
	.sponsor-image-container {
		padding: 10px;
	}
}
