.banner-bg
{
	position: relative;
    background-image: url("/?originalUrl=https%3A%2F%2Fekapolc.github.io%2Fcontent%2Fdesk_crop.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
    background-size: cover;
    overflow: hidden;
}

.research-banner-bg
{
	position: relative;
    background-image: url("/?originalUrl=https%3A%2F%2Fekapolc.github.io%2Fcontent%2Fhorizon.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
    background-size: cover;
    overflow: hidden;
}