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

#Form[action="/Parishes-Masses/Parish-Admin-Data"] .dnnFormAndList > .dnnForm > div{
    overflow-x: auto;
}
@media only screen and (max-width: 767px) {
    .mobile-table{
        position: relative;
        display: block;
    }
    .mobile-table tr,
    .mobile-table tr td{
        display: block;
        width: 100% !important;
    }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}



#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}









