.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se{
	/*border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #383838 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #383838 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');*/
}

div#vidModal {
    background-color: #000;
    border: 0px solid rgba(0, 0, 0, 0) !important;
    width: 420px; height: 253px;
    left: 300px; top: 200px;
    position: fixed;
    -webkit-box-shadow: 0px 4px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 12px -2px rgba(0,0,0,0.75);
    z-index: 9999;
}

.ui-widget-header {
    border: 1px solid #494949;
    background: #494949;
    color: #ddd;
    padding-left: 10px;
    cursor: move;
    font-size: 14px;
    letter-spacing: 1px;
    height: 30px;
    font-weight: 500;
    line-height: 30px;
}
.ui-widget-body{
    position: relative;
    top: 40%;
    transform: translateY(-42%);
}

.vidClose, .vidHide{
	border: 0px;
    background: #494949;
    color: #eee;
    font-size: 14px;
    line-height: 25px;
}

.ui-widget-content {
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 50% !important;
}

.ui-icon, .ui-widget-content .ui-icon{
   background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png") !important; 
}