.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.book-button-alt {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #000 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button-alt:hover {
        background-color: transparent;
        color: #fff !important;
        text-decoration: none;
    }

#dnn_ctr13999_HtmlModule_lblContent {
    background-color: #e0e0e0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-transform: uppercase;
}

.DnnModule-10612,
#dnn_ctr10807_ModuleContent {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 2%;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px)  {
	.yt-vid {
      width: 350px !important;
      height: 197px !important;
    }
}








