.video-dropdown {
	position: relative;
	display: inline-block;
	margin-top: 30px;
}

.video-dropdown-toggle {
    cursor: pointer;
}

.video-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 10px 0;
    margin: 5px 0 0 0;
    min-width: 100%;
    z-index: 9999;
}

.video-dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #000;
}

.video-dropdown-menu li a:hover {
    background: #eee;
}	