﻿.VideoPlaceHolder {
    background-color: rgba(200,200,200,0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.VideoPlaceHolder.active {
    display: flex;
}

.VideoPlaceHolder .videoContainer {
    width: 50%;
    height: 50%;
    margin: auto;
}

.VideoPlaceHolder .videoContainer .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -45px;
    background-color: white;
    width: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.VideoPlaceHolder:after {
    width: 25px;
    height: 25px;
    background-color: green;
    background-color: green;
}


@media (max-width:1281px){
	.VideoPlaceHolder .videoContainer {
    width: 75%;
    margin: auto;
	padding-left:30px;
}
	
}
@media (max-width:1024px){
	.VideoPlaceHolder .videoContainer {
    width: 100%;
    margin: auto;
	padding-left:30px;
}
	
}

.embedtool {
    position: relative;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
    max-width: 100%;
}

.embedtool iframe, .embedtool object, .embedtool embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embedtool .fluid-vids { position: initial !important; }

.videoThumbnail { cursor: pointer; width: 85px;}