<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
.bg-image {
width: 100%;
height: 400px;
background: url("/uploads/media/default/0001/01/b408569013c0bb32b2afb0f0d45e93e982347951.jpeg") no-repeat center;
background-size: cover;
}
</style>
</head>
<body>
<div class="bg-image">
This is some example.
</div>
</body>
</html>