#banner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 50px;
    /*min-height: 300px;*/
    color: white;
    line-height: 1.5;
}
#banner .content-section{
    z-index: 2;
    width: 100%;
}
.btn-banner.hachium{
    display: inline-block;
    text-decoration: none!important;
    outline: none;
    margin-top: 15px;
    padding: 10px 40px;
    color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
#banner .title{
    font-weight: bold;
}
#banner .btn-banner.hachium:hover{
    filter: brightness(90%);
}
#banner .description{
    font-size: 20px;
}

@media screen and (min-width: 768px) {
	.img-fit-background {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.background-cover-mobile {
		background-size: cover!important;
	}
}

.padding-none {
	padding: 0!important;
}
