/*
  *
  *  Style for Vimeo Addon for Visual Composer
  *
  *
*/


/* Shortcut Wrapper */
.vimeo_shortcut_wrapper{
	width:100%;
	height:100%;
	min-height:215px;
	position:relative;
	background-size: cover;
	background-position: center
}

/* Shortcut Arrow */
.vimeo_shortcut_link{
	font-size: 4em;
	color: #FFF;
	transition:all 0.2s ease-in-out;
	width: 60px;
	height: 60px;
	top: -30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
}

.vimeo_shortcut_link:hover {
	color:rgb(190, 187, 148);
}

.vimeo_shortcut_wrapper h3 {
	width:100%;
	text-align: center;
	padding:20px;
	text-shadow:0px 0px 5px black;
}

#vimeo_frame {
	z-index: 999;
	background-color: rgba(0,0,0,0.7);
	display:none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#vimeo_frame iframe {
	top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
	width:90%;
	height:100%;
	max-width:1280px;
	max-height:760px;
	border:0px;
}