.modalvideo {
    padding: 5px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.modalvideo.size-m {
    width: 579px;
    height: 357px;
}

.modalvideo.size-l {
	width: 700px;
	height: 500px;
}

.modalvideo.size-s {
	width: 500px;
	height: 300px;
}

.modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 999999;
}

.modal-close {
    color: #FFFFFF;
    font-size: 27px;
    line-height: .5;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    cursor: pointer;
    background: #E83848;
    padding: 11px;
    border-radius: 0px 0 0px 6px;
}

.modal-close:hover {
	color: #e72626;
}