.fontawesome-icons-list {
	width: 5%!important;
}

a.link-nostyle {
	text-decoration: none !important;
}

#youtube-slideshow-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

#youtube-player {
  width: 100%;
  height: 450px;
}

#prev-btn,
#next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 48px;
  z-index: 10;
}

#prev-btn img,
#next-btn img {
  width: 100%;
  height: 30px;
}

#prev-btn {
  left: -60px;
}

#next-btn {
  right: -60px;
}

#dotnav {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f4f4f4;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #0064f0;
}
