.caption-overlay {
    position: absolute;
    padding: 0.5em 0.5em 0.5em 1em;
    background: rgba(255,255,255,0.66);
    z-index: 99999;
    margin: 1em 0 0 0em;
    border-radius: 0px 6px 6px 0px;
    color: #000;
    font-size: 12px;
}

/* ===== Plant Search Page ===== */
div.autocomplete {
	background-color: #cecece;
}
	div.autocomplete>div {
		font-size: 90%;
		color: #333;
		padding: 0.15em 0.3em;
	}
	div.autocomplete>div:hover,
	div.autocomplete>div:focus,
	div.autocomplete>div.selected {
		color: #ffffff;
		background-color: #0d1f67;
	}



.sidebarM {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebarM a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebarM a:hover {
  color: #818181;
}

.sidebarM .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 14px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
  .filterButton {}
}

@media screen and (min-height: 451px) {
  .sidebar {display:none;}
   .filterButton {display:none;}
}*/

@media screen and (max-width: 950px) {
  .sidebarM {padding-top: 15px;}
  .sidebarM a {font-size: 18px;}
  .filterButton {}
}

@media screen and (min-width: 951px) {
  .sidebarM {display:none;}
   .filterButton {display:none;}
}