 .home-section{
    background-image: url('/assets/img/flag.jpg');
    /* padding: 5rem; */
    /* padding-bottom: 0; */
    width: 100%;
    height: 100vh;
    /* height: 419px; */
    background-size: cover;
    background-position: center;    
    background-color: #fff;
} 

.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.centered{
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  height: auto;  
  margin-top: 50px;
}

@media (max-width: 720px){
    .home-section > img {
        src: url('/assets/img/banner300.png');
        width: 300px;
        margin-bottom: 50px;
    }

    .home-section{
        /* background-image: none; */
        width: auto;
        height: auto;
        align-items: center;
    }
}
