/*
// Plugin Name : Video
// Created On : 11/19/2020
// Author : Joe Kustek
// Version : 1.0
// Description : Add video to your site with this easy to use plugin
//
*/

/* End of custom video styles to use */
video {
   width:100%;
   height:auto;
}
.video-btn-2 {
  border: 0px!Important;
  background: transparent!Important;
  padding: 0px!Important;
  margin: 0px!Important;
}
.video-btn-2:hover, .video-btn:active, .video-btn:focus {
  border: 0px!Important;
  background: transparent!Important;
  padding: 0px!Important;
  margin: 0px!Important;
}













.video-modal-wrapper .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}

.video-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;
}

.video-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;
}

.video-modal-wrapper .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px;
}
