.videowrapper {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0px;
    width: 100%;
    position: relative;
  }
  
  .socialmedia-icons {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .socialmedia-icons li {
    position: relative;
    font-size: 2rem;
    transition: 0.3s;
    background-color: #111;
    border: 3px solid #dccc;
    padding: 5px;
    height: 60px;
    width: 60px;
    margin: 0 15px;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

  
  li.facebook:hover {
    box-shadow: 0 0 10px #4267b2;
  }
  
  li.instagram:hover {
    box-shadow: 0 0 10px #bc2a8d;
  }
  
  li.youtube:hover {
    box-shadow: 0 0 10px #e62117;
  }
  
  li.mailto:hover {
    box-shadow: 0 0 10px #4bcafc;
  }

  .inter-heading {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }