/*--------------------------------------------------------video*/
.pic2videolist{
   width:100%;
}
.pic2video1{
    width:34.5%;
    height:100%;
    box-sizing:border-box;
    display:inline-block;
    background-color:#eeeeee;
    overflow: hidden;
    box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.3);
    margin-left:6%;
    margin-right:6%;
    transform: translate3d(0px, 0px, 0px);
    transition: box-shadow 0.35s,transform 0.35s;
}
.pic2video2{
    width:34.5%;
    height:100%;
    box-sizing:border-box;
    display:inline-block;
    background-color:#eeeeee;
    overflow: hidden;
    box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.3);
    margin-left:6%;
    margin-right:6%;
    transform: translate3d(0px, 0px, 0px);
    transition: box-shadow 0.35s,transform 0.35s;
}
.pic2video3{
    width:34.5%;
    height:100%;
    box-sizing:border-box;
    display:inline-block;
    background-color:#eeeeee;
    overflow: hidden;
    box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.3);
    margin-top:6%;
    margin-left:6%;
    margin-right:6%;
    transform: translate3d(0px, 0px, 0px);
    transition: box-shadow 0.35s,transform 0.35s;
}
.pic2video4{
    width:34.5%;
    height:100%;
    box-sizing:border-box;
    display:inline-block;
    background-color:#eeeeee;
    overflow: hidden;
    box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.3);
    margin-top:6%;
    margin-left:6%;
    margin-right:6%;
    transform: translate3d(0px, 0px, 0px);
    transition: box-shadow 0.35s,transform 0.35s;
}
.video {
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	top:0;
	z-index:9999999999;
	display:none;
	text-align: center
}
.videoclose{
    cursor: pointer;
    display:block;
    position: fixed;
    right: 1%;
    top: 5%;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
    background-image:url('/tmp/files/images/videocloseicon.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.pic2video1:hover{
    transform: translate3d(0px, -20px, 0px);
    box-shadow: 0px 20px 30px 8px rgba(0,0,0,0.32);
}
.pic2video2:hover{
    transform: translate3d(0px, -20px, 0px);
    box-shadow: 0px 20px 30px 8px rgba(0,0,0,0.32);
}
.pic2video3:hover{
    transform: translate3d(0px, -20px, 0px);
    box-shadow: 0px 20px 30px 8px rgba(0,0,0,0.32);
}
.pic2video4:hover{
    transform: translate3d(0px, -20px, 0px);
    box-shadow: 0px 20px 30px 8px rgba(0,0,0,0.32);
}
/*--------------------------------------------------------video*/