
.docu-finder .youtube-player .modal-body .video_wrapper
{
    position: relative;
    padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
    border: 1px solid transparent;

}
.docu-finder .youtube-player .modal-body iframe,
.docu-finder .youtube-player .modal-body iframe
{
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.docu-finder .kueblervideo-player .modal-body .video_wrapper
{
    position: relative;
    padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
    border: 1px solid transparent;

}
.docu-finder .kueblervideo-player .modal-body video,
.docu-finder .kueblervideo-player .modal-body video
{
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}