.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
    cursor: auto;
}


img.alignright.video-thumb  {
    margin: 0;
}


.video-thumb-holder  {
	position: relative;
	margin:10px;
}

.ytrigger {
	position: absolute;
    left: 45%;
    top: 38%;
	opacity: .8;
}

.ytrigger img{
	margin:0 !important;
}

.ytrigger:hover {
	opacity: 1;
}

.ytvideo-holder {
	text-align:center;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flexi {
	width: 740px;
	height: 420px;
	margin: auto;
	padding:5px;
}

.slides .video-holder-tyre {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
}

.slides iframe {
	height:282px;
}

.wcp-share-btn {
    position: absolute;
    right: 0;
    top: 0;
	padding: 10px
}

.wcp-share {
    position: absolute;
    right: 0;
    top: -30px;
    padding: 0 10px 0 10px;
	display:none;
}

.wcp-share-single {
    position: absolute;
    right: 0;
    top: -30px;
    padding: 0 10px 0 10px;
}

.gy-wing-icon {
    position: absolute;
    right: 10px;
    bottom: 50px;
	background: url("/wp-content/plugins/wcp-video/img/gy-wing-icon-sm.png");
    background-size: cover;
    width: 40px;
    height: 40px;
	opacity: 0.3;
}

.slides .video-holder-tyre .gy-wing-icon {
    width: 30px;
    height: 30px;
}

.video .content-new {
	position:relative;
}

.video .content-new img {
	width:100%;
}

.video-thumb-holder.aligncenter {
    text-align: center;
	width: 40%;
}

@media only screen 
and (min-device-width : 48em) 
and (max-device-width : 64em) 
and (orientation : landscape) { 
	
	.slides iframe {
		width: 280px;
        height: 158px;
		margin-top:15%;
	}	
	
	.video-thumb-holder.aligncenter {
		width: 100%;
	}	
}


@media only screen and (min-width: 48em) and (max-width: 64em) {
	.flexi {
		width: 496px;
		height: 282px;
	}

	.video-thumb-holder.aligncenter {
		width: 100%;
	}	
}


@media only screen and (min-width: 38.75em) and (max-width: 47.5em) {
	.flexi {
		width: 496px;
		height: 282px;
	}
	
	.slides .video-holder-tyre {
		width: 280px;
		height: auto;
		position: relative;
		margin: auto;
	}	
	
	.slides iframe {
		width: 280px;
        height: 158px;
	}
	
	.video-thumb-holder.aligncenter {
		width: 100%;
	}	
	
	.gy-wing-icon {
		right: 10px;
		bottom: 40px;
		width: 20px;
		height: 20px;
	}	
	
}


@media only screen and (min-width: 23.25em) and (max-width: 38.74em) {
	.flexi {
		width: 315px;
		height: 182px;
	}
	
	.slides .video-holder-tyre {
		width: 340px;
		margin-top: 20%;
	}	
	
	.slides iframe {
		width: 340px;
		height: 191px;
		margin-top: 20%;
	}
	
	.video-thumb-holder.aligncenter {
		width: 100%;
	}	
	
	.gy-wing-icon {
		right: 10px;
		bottom: 40px;
		width: 20px;
		height: 20px;
	}
	
}

@media only screen and (max-width: 23.24em) {
	.flexi {
		width: 260px;
		height: 149px;
	}
	
	.slides .video-holder-tyre {
		width: 280px;
		margin-top: 20%;
	}	
	
	.slides iframe {
		width: 280px;
		height: 158px;
	}	
	
	.video-thumb-holder.aligncenter {
		width: 100%;
	}	
	
	.gy-wing-icon {
		right: 10px;
		bottom: 40px;
		width: 20px;
		height: 20px;
	}	
}



