#example
{
	max-width: 1300px;
    margin: auto;
}
.example_view_img
{
	background-image: url(../../img/example.jpg);
    display: block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    height: 4000px;
}