/*.homepage .relative {
    height: 600px;
}

.homepage .relative img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.m-1 {
	margin:0;
	margin-top:1em;
}

@media only screen and (max-width: 650px) {
  /*  .homepage .relative {
        height: auto;
    }
    
    .homepage .relative img {
        position:initial;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        object-fit: cover;
    } */
}