@charset "utf-8";

/* CSS Document */
/*
* {
    margin: 0;
    border: none;
    padding: 0;
    list-style: none;
    text-decoration: none;
}*/
.imgCont{
    width: 100%;
    overflow: hidden;
    display: block;
	padding:0 4px;
}
.imgCont img{
    width: 33.3%;
    display: block;
    float: left;
    height:auto;
	padding:6px; 
}
.video {
	max-width: 98%;
    height: auto;
	margin: 4px;
}
.moviebox {
	overflow: hidden;
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 4px;
		
}
