.icon-block {
    display: inline-block;
    margin-right: 20px; 
}


.video-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* height: 10vh;  */
}

.video-frame {
  border: 1px solid black; 
}

.video-padding {
  padding-top: 50px; /* Adjust the value as needed */
  scroll-margin-top: 50px; /* For Firefox compatibility */
  display: block; /* Ensure the link takes up space for scrolling */
}

/* .icon {
    margin-right: -12px;
} */


#teaser {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    text-align: center;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  
#teaser img {
display: block;
width: 47%;
height: auto;
border-radius: inherit;
margin: 0 auto;
}

/* Set the image width to 100% for mobile devices */
@media (max-width: 768px) {
    #teaser img {
      width: 100%;
    }
  }

@media (max-width: 768px) {
    .icon-block a,
    .icon-block button {
      display: block;
      margin-top: 20px;
      width: 100%;
    }
  }


