body {
    background: #ed0000;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-family: Verdana;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.content {
    width: 850px;
    height: 450px;
    margin: 50px auto 0 auto;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.logo {
    float: left;
    width: 25%;
}

address {
    float: right;
    font-style: normal;
    font-size: 14px;
    width: 70%;
    line-height: 20px;
}

.top-left {
    background: url(img/top-left.png) no-repeat;
    background-size: 100%;
    width: 574px;
    height: 145px;
    float: left;
}

.top-right {
    background: url(img/top-right.png) no-repeat;
    background-size: 100%;
    width: 433px;
    height: 147px;
    float: right;
    margin-right: -5px;
}

.bottom-left {
    background: url(img/bottom-left.png) no-repeat;
    background-size: 100%;
    width: 580px;
    height: 293px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.bottom-right {
    background: url(img/bottom-right.png) no-repeat;
    background-size: 100%;
    width: 580px;
    height: 293px;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.map {
    background: #f0ede5;
}

.map iframe {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1050px) {

    .top-left {
        width: 350px;
        height: 125px;
    }

    .top-right {
        width: 350px;
        height: 125px;
    }

    .bottom-left {
        width: 350px;
        height: 125px;
    }

    .bottom-right {
        width: 350px;
        height: 125px;
    }

    .content {
        height: 300px;
    }
    
}

@media (max-width: 900px) {

    .content {
        width: 90%;
    }

}

@media (max-width: 767px) {

    .content {
        height: 350px;
        margin: 40px auto 0 auto;
    }

    .logo {
        display: block;
        float: inherit;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .logo img {
        width: 200px;
    }

    address {
        display: block;
        float: inherit;
        width: 100%;
        text-align: center;
    }

    .top-left {
        width: 200px;
        height: 75px;
    }

    .top-right {
        width: 200px;
        height: 75px;
    }

    .bottom-left {
        width: 200px;
        height: 75px;
    }

    .bottom-right {
        width: 200px;
        height: 75px;
    }

}

@media (max-width: 450px) {

    .top-left {
        display: none;
    }

    .bottom-right {
        display: none;
    }

}