/*
// Plugin Name : Youtube Embed
// Created On : 11/16/2020
// Author : Joe Kustek
// Version : 1.0
// Description : All you need is a youtube id with this plugin! Easily Add Your Youtube Video...
// event
*/
@media only screen and (max-width: 991px) {
	#ymblee {
		display: none;
	}
	.video-responsive {
	    overflow: hidden;
	    padding-bottom: 56.25%;
	    position: relative;
	    height: 0;
	}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

}
@media only screen and (min-width: 991px) {
	.video-responsive {
		display: none;
	}
}

.youtube-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.youtube-modal-wrapper .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}

.youtube-modal-wrapper .modal-content {
    width: 100%;
    pointer-events: auto;
    background-color: #000!Important;
    background-clip: padding-box;
    border: 2px solid #fff!Important;
    border-radius: 1.3rem!Important;
    outline: 0;
}

.youtube-modal-wrapper .close {
    float: right;
    font-size: 50px!Important;
    font-weight: 700;
    line-height: 1;
    color: #fff!Important;
    text-shadow: none!Important;
    opacity: 1!Important;
}

.youtube-modal-wrapper .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px;
}
.y-mobile-a {
	cursor: pointer;
}
