#YoutubeVideo {display: block !important}
.youtubevideo-wrapper {max-width: 1000px;margin: 30px auto;text-align: center;padding: 15px;}
.youtubevideo-title {font-size: 1.1rem; margin-bottom: 30px; margin-top: 40px;display: inline-block;}
@media (min-width: 768px) {
.youtubevideo-title {margin-top: 80px;font-size: 1.4rem;}
}
@media (min-width: 992px) {
.youtubevideo-title {margin-top: 100pxfont-size: 1.6rem;;}
}
@media (min-width: 1200px) {
.youtubevideo-title {margin-top: 120px;font-size: 1.8rem;}

}
.youtubevideo-responsive {position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 15px;}
.youtubevideo-responsive iframe {position: absolute; top:0; left:0; width:100%; height:100%; border:0;}
.youtubevideo-desc {font-size: 1em; margin: 10px 0;}
.youtubevideo-link {display: inline-block;margin-top: 15px;color: #fff;text-decoration: none;font-weight: bold;transition: color 0.2s;}
.youtubevideo-link:hover{text-decoration: none;background: #595959;color: #fff;border-color: #3a3d46;}
