/* Put your custom styles here */
text-align: center;

Erin-Street {
    font-size: calc(0.5em + 2.5vw);
    grid-area: 1 / 2 / 2 / 5;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px;
}

@media (max-width:767px) {
    h3 {
        font-size: calc(0.5em + 2.5vw);
    }
}

first-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 100px;
}

HTML {
    height: 100%;
}

Listing {
    grid-area: 1 / 2 / 2 / 5;
    font-size: calc(0.5em + 2.5vw);
}

iframediv {
    width: 95%;
    height: 700px;
    min-height: 600px;
    max-height: 900px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    vertical-align: middle;
    resize: both;
}

Logobox {
    display: block;
}

bottomdiv {
    width: 95%;
    display: inline-flex;
}

iframe {
    display: inline-flex;
    margin-top: 10px;
}

container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

iframe {
    display: flex;
    justify-content: center;
}

for sale {
    font-size: calc(0.5em + 2.5vw);
    font-weight: bold;
    margin-left: 20px;
    color: #ff0000;
}

}
}