.fa {
  padding: 20px;
  font-size: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #ccc;
  color: white;
}

.fa-twitter {
  background: #ccc;
  color: white;
}

.fa-google {
  background: #ccc;
  color: white;
}

.fa-youtube {
  background: #ccc;
  color: #fff;;
}

.social {
    display: block;
    text-align: center;
}

.img {
    width:100%;
    height:auto;
}

.videoWrapper {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---- Typography for Redirect page ----- */
.text {
    font-family: 'Poppins', sans-serif;
}