#upcomingmovies_container
{
    width : 100%;
    margin : 0px;
    padding : 0px;
    display : flex;
    align-items : center;
    justify-content : center;
    margin-top: 15px;
    margin-bottom : 15px;
}

#upcomingmovies_movies
{
    width : 100%;
    margin : 0px;
    padding : 0px;
    display : flex;
    align-items : center;
    justify-content : center;
    flex-direction : column;
	background-color : rgba(255, 255, 255, 0.01);
}

.upcomingmovies_title
{
	width : 100%;
	margin : 0px;
	padding : 0px;
}

.upcomingmovies_title h2
{
    width : calc(100% - 20px);
    font-family : 'Abel';
    font-size : 2em;
    margin : 0;
    padding : 0;
    border-bottom: 2px solid #009fc8;
    border-bottom-style : ridge;
    margin-bottom : 20px;
    padding-bottom : 20px;
    padding-left : 20px;
    padding-top : 15px;
}

.upcomingmovies_contents
{
    width : 100%;
    margin : 0px;
    padding : 0px;
    display : flex;
    align-items : center;
    justify-content : center;
    flex-wrap : wrap;
}

.vignette_date
{
    width : 100%;

    margin : 0px;
    padding : 0px;
    text-align : center;
    font-style : italic;
}

.vignette_date p
{
    width : 100%;

    margin : 0px;
    padding : 0px;

    color : whitesmoke;
}

.popular_vignette
{
    width : calc(190px - 20px);
}

.var_1
{
    background-color : rgba(128, 128, 128, 0.1);
}


