html,body {
	height: 100%;
	width: 100%;	
/* 	min-height: 600px; */
	min-width: 1000px;
	overflow: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
/* 	overflow: hidden; */
}

#slide1 {
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 1200px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	
}


#slide1 .logo {
	background-color: #ed1b35;
	display: flex;
	max-height: calc(50vh - 70px);
	max-width: 100%;
	justify-content: center;
	align-items: center;
}
#slide1 .logo img {
	flex-grow: 0;
	max-height: 50%;
	height: calc(50vh - 150px);
}
#slide1 .login {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;

}
#slide1 .copy {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slide1 .logo,
#slide1 .pics {
	height: auto;
	flex-grow: 1;
}
#slide1 .pics {
	display: flex;
}
#slide1 .pics > div {
	width: 33.4%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slide1 .pics > div:nth-child(1) {
	background-image: url('/img/1.jpg');
}
#slide1 .pics > div:nth-child(2) {
	background-image: url('/img/2.jpg');
}
#slide1 .pics > div:nth-child(3) {
	background-image: url('/img/3.jpg');
}

#form #code {
	color: #7d7d7d;
	height: 100%;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	outline: none;
	font-family: 'Montserrat', sans-serif;

}
#form button {
	color: #211e1f;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	outline: none;
	font-family: 'Montserrat', sans-serif;
}

#slide {
	width: 100%;
	height: 100%;
}
#slide .content {
	display: flex;
	width: 100%;
	flex-direction: column;
}
#slide .content.v {
	display: none;
}
#slide .content .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#slide .w2019 {
	width: calc(100% - 100px);
	height: calc(100vh - 220px);
	margin: 0 auto;
	padding-top: 140px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
#slide .w2019 a {
/*
	display: flex;
    flex-direction: column;
    justify-content: center;
*/
	max-height: calc(50vh - 100px);
	outline: none;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;
}
#slide .w2019 span {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 70%;
}
#slide .w2019 a img {
	max-width: 100%;
/*
	position: relative;
	max-width: 100%;
    max-height: calc(100% - 30px);
    height: 100%;
    object-fit: contain;
*/
}
#slide .footer {
	display: none;
}

#slide .w2019 { 
	position: relative;
}
#slide #logo {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 192px;
}
#slide .w2019.slide103 #logo {
	left: 20px;
	top: 50px;
}
body #modal-video {
	max-width: 90%;
	padding: 0 !important;
	background: transparent;
}
body #modal-video video {
	outline: none;
}
body #slide .slide103 {
	padding-top: 110px;
}

@media (orientation: portrait) {
  body #slide #logo {
	width: 360px;
	left: auto !important;
	margin-left: 22px;
	top: 102px !important;
  }
  
  body #slide .slide103 #logo {
	top: 60px !important;
  }
  body #slide1 .login,
  body #slide1 .copy {
	height: 200px;
	font-size: 48px;
  }
  body #form {
	font-size: 48px;
  }
  body #slide1 .logo {
	max-height: calc(50vh - 200px);
  }
  body #slide1 .logo img {
	height: 90%;
	max-height: 90%;
	zoom: 2;
  }
  body #slide .w2019 {
	height: 100% !important;
	padding-top: 0px;
  }
  #slide .content.v {
	display: flex;
  }
  #slide .content.h {
	display: none;
  }
}