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

ul {
    list-style: none;
}

#modelList #introduction {
    background-color: #f9f9f9;
    background-color: #000;
    background-image: url("/model/images/top_image.png");
    background-size: auto 100%;
    color: #000;
    color: #ccc;
    background-position: right 0 !important;
    background-repeat: no-repeat;
    height: 200px;
}

#modelList #introduction div.copy {
    float: left;
    width: 46%;
}

#modelList #introduction div.copy p {}

#modelList #introduction div.copy h1 {
    color: #fff;
    margin-bottom: 20px;
}

#modelList #introduction div.copy h2 {
    color: #80685b;
    font-size: 1.2em;
}

#modelList .copy {
    margin: 0 0 50px;
    padding: 1.5em 1.8em;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

#modelList .copy p {
    margin: .8em 0;
    line-height: 1.5;
}

#modelList .model-list {
    display: flex;
}

#modelList .model-list li {
    width: 33.3%;
    padding: 0 10px;
    margin: 0 0 20px;
    text-align: center;
    box-sizing: border-box;
}

#modelList .model-list li img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    #modelList .model-list {
        padding: 0 10px;
    }

    #modelList .model-list li {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    #modelList .model-list {
        display: block;
    }

    #modelList .model-list li {
        width: 100%;
        margin: 0 0 10px;
    }
}

