section.billboard .image-wrap .image img {
	max-width: 53%;
}

section.billboard .description {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 15px;
	max-width: 448px;
	background: rgba(255, 255, 255,0.5);
}

form.post-password-form {
    min-height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

form.post-password-form:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat url(../img/slider-decoration.svg);
    z-index: -1;
}

input[type="submit"] {
    font: 500 14px / 1.1em var(--mc-fws);
    border-radius: 4px;
    width: 190px;
    height: 50px;
    transition: all 0.2s ease-out;
    color: #FFFFFF;
    background: #AAD179;
    border: 2px solid #AAD179;
}

input#pwbox-869 {
    height: 48px;
}

@media (max-width: 991px){
	section.billboard {
		margin-top: 82px;
	}

	section.billboard .image-wrap .image img {
		max-width: 95%;
		opacity: 0.8;
	}
}