.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container-75 {
  position: relative;
  overflow: hidden;
  width: 75%;
  margin: auto;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avatar .picture img {
  max-width: 250px;
}

.hero-content-inner {
    background-color: rgba(0, 0, 0, 0.70);
  border-radius: 25px;
  padding: 10px;
}

.owl-dots {
	background-color: rgba(0, 0, 0, 0.64);
	padding-top: 7px;
	padding-bottom: 7px;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 9px;
}

div.owl-carousel .owl-dots span {
  background-color: #e2f0ff !important;
}

div.owl-carousel .owl-dots.active span {
  background-color: #e2f0ff !important;
}

.progetto h2 {
    font-size: 20px;
}