﻿
body
{
    margin: 0;
}
.img-responsive
{
    width: 80%;
    margin: 0 auto;
    display: block;
}


@media only screen and (max-width: 600px)
{
    .img-responsive
    {
        margin-top: 45%;
    }
}

