body {
  height: auto;
}
#mobile-header {
  display: none;
}


/** Mobile Header **/
#mobile-header, #mobile-menu {
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: rgb(10,10,10);
  font-weight: normal;
}
#mobile-menu a.active {
  color: #7C7C7C;
}

#mobile-logo {
	width: 140px;
	height: 40px;
	/*background-image: url(cc_Black-Left-200w.png);*/
	/*background-image: url(static-banner/discoverywall_dark.png);*/

	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	transition: .25s;
}

.wrapper {
	transition: .5s;
}

html.mm-opening .wrapper {
	opacity: 0.5;
}

a.burger {
  float: none;
  height: 40px;
  width: 40px;
  margin: 0;
  position: absolute;
  z-index: 999999;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABkCAMAAACCTv/3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////5ubmueBsSwAAAAJ0Uk5T/wDltzBKAAAAPklEQVR42uzYQQ0AAAgDseHfNC4IyVoD912WAACUm3uampqampqamq+aAAD+IVtTU1NTU1NT0z8EAFBsBRgAX+kR+Qam138AAAAASUVORK5CYII=);
  background-color: #f3390e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 15px;
  border-radius: 50px;
  position: fixed;
  right: 10px;
  top: 10px;
  display: none;
}
#mobile-header a.home-link {
  color: white;
  display: inline-block;
  margin: 8px auto;
}
#mobile-menu li.el-paso-museum-link {
  color: #dfcfb5;
}
#mobile-menu li.el-paso-museum-first {
  margin-top: 40px;
}

/** Modal Columns **/
#guestbook-form-popup .col, #flag .col {
  float: left;
  width: 48%;
  width: calc(50% - 10px);
  margin-right: 10px;

}
#guestbook-form-popup .col-right, #flag .col-right {
  margin-left: 10px;
  margin-right: 0;
}

#mobile-header {
	background-color: #cfd0c6;
	padding: 10px;
}

#mobile-header .header-wrapper {
	display: none;
}



.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	border-color: #cfd0c6;
	margin: 0 0 0 10px;
}

.mm-list > li > a, .mm-list > li > span {
	color: #cfd0c6;
	padding: 10px;
}

@media (max-width: 980px) {
	#disc-logo {
		display: none;
	}
	a.burger	{
		display: block;
	}

	.main-content {
		padding: 10px;
	}


  /** Nav **/
  #inner-header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  #mobile-header .header-wrapper {
    width: 100%;
    position: absolute;
    text-align: center;
  }
  #header {
    position: fixed;
		left: 0;
		right: 0;
    z-index: 9999;
    color: #fff;
    margin-bottom: 0;
    background: transparent;
  }
  .mm-page {
    padding-top: 60px;
  }

	h2.block-title {
		font-size: 16px;
	}

	h3.slide-title {
		font-size: 16px;
	}

	#about-page,
	#about-faq {
		width: calc(100% - 30px);
		float: none;
		margin-bottom: 10px;
	}

	#upload-form-wrapper {
		width: calc(100% - 30px);
		float: none;

	}

	#about.upload {
		float: none;
		width: calc(100% - 30px);
	}


	#collection-image-wrapper img,
	#collection-image-wrapper video {
		/*width:calc(100% - 30px);
		height: auto;*/

		height: auto;
		width: auto;
		max-height: 400px;
		max-width: 100vw;
	}

	#collection-image-wrapper-header {
		display: block;
	}


}

@media (max-width: 768px) {

	#interactive-header {
		/*display: none;*/
		height: 300px;
	}

	#static-banner {
		display: none;
	}

}

@media (max-width: 640px) {
	#collection-image-wrapper.album {
		height: 255px;
	}

	#media-info p.description {
	  max-width: 100%;
	}
	#albums #albums-holder .album:nth-child(3n) {
		margin-right: 10px;
	}
	.highlights-slide img,
	#collection-image-wrapper.album .album-medium img,
	.video-wrapper video {
	  max-height: 180px;
	  height: auto;
	  max-width: calc(100vw - 60px);
	  width: auto;
	}
	#highlights {
		height: 180px;
	}

	#highlights-slideshow,
	#album-slider-outer {
		height: 180px;
	}

	#ccc-logo {
		width: 140px;
		height: 50px;
		background-size: 140px auto;
		background-repeat: no-repeat;
		float: right;

	}

	#ccl-logo {
		width: 100px;
		height: 50px;
		background-size: 100px auto;
		background-repeat: no-repeat;
	}

}

@media (max-width: 500px) {
	#highlights-prev,
	#highlights-next,
	.album-previous,
	.album-next {
		visibility: hidden;
		width: 0px;
	}

	#highlights-slideshow {
		left: 0;
	}

	.text-and-submit.tag-search {
		margin: 20px 0 0 0;
		height: 60px;
	}

	.tag-browsing-label {
		float: none;
	}

	.text-and-submit.tag-search input.form-submit {
		margin: 10px 0 0 0;
		float: none;
	}


}