*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* @media screen and  (max-width:720px){
    div#desktop{
        display: none;
    }
}


@media screen and (min-width:720px){
    div#mobile{
        display: none;
    }
} */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

footer p{
    text-align: center;
    color: aliceblue;
}
div p{
    text-align: center;
    color: darkorange;
}
div.footer{
   
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgb(0, 0, 0);
        color: white;
        text-align: center;
   
}