/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 4rem 0 3rem; /*8rem 0 7rem;*/
  text-align: center;
}

.header {
  padding: 1rem 0 0.5rem;
}

.sec_short_desc {
  padding: 2rem 0 0.5rem; 
  text-align: center;
}

.sec_video {
  padding: 0.5rem 0 1rem; 
  text-align: center;
}

.sec_privacy {
  text-align: left;
}


.footer {
  font-size: 12px;
}


/* Set container of the video responsive */
.responsive-video
{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.responsive-video iframe
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Set iframe of the video so that it fills the container completely */
.responsive-video article
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

a {
  color: darkred;
}

