.webview .title {
    background: url("../images/banner_ad.png") no-repeat center center / cover;
    padding: 10lvw;
    margin-top: 0;
}

.webview .title .text-wrapper {
    display: flex;
    justify-content: stretch;
}
.webview .title .text {
    font-size: 1.5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webview .title .help {
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 0 0 0 auto;
}
.webview .title .help a,
.webview .title .help a:hover,
.webview .title .help a:visited,
.webview .title .help a:active,
.webview .title .help a:focus {
    color: white;
    text-decoration: none;
}
.webview .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: -5lvw auto;
    width: 95%;
    padding: 2lvw;
}
.webview .content-wrapper .img-container {
    margin-bottom: 5lvw;
}
.webview .content-wrapper .img-container img {
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
}
