#searchbox input {
    padding: 4px 10px;
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
}

#elbi-results li {
    list-style: none;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    font-weight: 500;
    border: 2px solid rgba(236, 239, 241, 0.07);
}

#elbi-results {
    margin: 10px 0;
    width: 100%;
}

#elbi-results li:active {
    transition: transform 0.1s;
    transform: scale(0.98);
}

#elbi-results h2 {
    font-size: 1.5rem;
}

#elbi-results a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    outline: none;
}

#elbi-results .focus {
    transform: scale(0.98);
}

.projects {
  height: 240px; 
  position: relative;
}

.rotating-item {
  display: none;
}

.rotating-item.active {
  display: block;
}

.projectmain {
  height: 380px; 
  position: relative;
}

@media (max-width: 1200px) {
  .projects {
	height: auto; 
    position: relative;
  }

  .projectmain {
	height: auto; 
    position: relative;
  }
}