.banner_vendi
{
	background: url(../../img/banner_vendi_bg.jpg);
    height: 370px;
    background-size: cover;
    background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.banner_vendi span
{
    font-size: 25px;
    color: #FFF;
    text-transform: uppercase;
}
@media (min-width: 641px)
{
    .banner_vendi span
    {
        font-size: 40px;
    }
}
.banner_vendi a
{
	background: #4d840f;
    padding: 20px 60px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 30px;
    text-decoration: none;
}
.banner_vendi>div
{
	height: 60px;
}