.logo { max-width:386px; width:100%; }

@media (max-width: 768px){
	.logo { width:200px; }
}
	
.video-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

.portfolio-item-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
}