﻿/*#region normal*/

.body-content {
    width: 640px;
}

    .body-content #newItems {
        display: inline-block;
    }

.home-index-banner {
    width: 620px;
    background: repeat-y url('/content/Images/views/Shared/Body.png');
    background-size: 100% auto;
    border-radius: 20px;
    padding: 20px 0 20px 0;
}

    .home-index-banner h1 {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    .home-index-banner p {
        margin: 0 5% 0 5%;
        width: 90%;
    }

/*#endregion*/

/*#region adaptive*/

@media only screen and (max-width: 670px) {
    /*#region aside*/

    .body aside {
        left: 0;
    }

    /*#endregion*/

    /*#region body*/

    .body-content {
        width: 100%;
        left: 0;
    }

    /*#endregion*/

    .home-index-banner {
        width: 100%;
    }
}

/*#endregion*/
