#topmovies_container
{
    width : 100%;
    margin : 0px;
    padding : 0px;
    display : flex;
    align-items : center;
    justify-content : center;
    margin-top: 15px;
    margin-bottom : 15px;
}

#topmovies_series
{
    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);
}

#topmovies_title
{
    width : 100%;

    margin : 0;
    padding : 0;
    display : flex;
    align-items : center;
    justify-content : center;
    color : whitesmoke;
}

#topmovies_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;
}

.topmovies_contents
{
    width : 100%;
    margin : 0px;
    padding : 0px;
    display : flex;
    align-items : center;
    justify-content : center;
    flex-wrap : wrap;
}

.popular_vignette
{
    width : calc(190px - 20px);
}

.var_1
{
    background-color : rgba(128, 128, 128, 0.1);
}