﻿.videolist {
    display: none;
}

    .videolist:hover {
        cursor: pointer;
    }

.videoed {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

/*.con {
    height: 430px;
    width: 1000px;
    margin: 0 auto;
}*/

.masklayer {
    position: fixed;
    display: none;
    height: 1000px;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: 1000;
    -webkit-user-select: none;
    -ms-user-select: none;
}
