.bargain-wrapper {
    color: #666666;
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    
    /**header**/
    header {
        height: 800px;
        width: 100%;
        
        img {
            height: 100%;
            width: 100%;
            border: 0;
        }
    }

    .content {
        padding: 0 24px;
        border: none;
        background-color: #ea432d;
        background-size: contain !important;
    }
}
