#movie_poster {
    height: 225px;
}

#seasons{
	width: auto;
}

#season_ratings {
  display: none;
}

@media only screen and (max-width: 768px) {

	#Season_Season, #Season_Released{
		display: none !important;
	}
	
	#tbody_Seasons td {
		display: inline-table;
		font-size: 12px;
	}

    #movie_poster {
        height: 120px;
    }

    thead {
        display: none;
    }
    td {
        display: block;
    }
    td:before {
        content: attr(data-th);
        display: block;
        font-weight: bold;
        color: #fff;
        background-color: #343a40;
        border-color: #454d55;

    }
    .table td, .table th {
        border: 0;
        padding: 0;
    }

    table.output td {

        padding: 10px;

    }

}


table td {
    vertical-align : middle !important;
    align: center !important;
}

body {

    background: aliceblue;
    text-align: center;

}