{% load static %}

body, html {height: 100%}
.bgimg {
  
  min-height: 100%;
  background-position: center;
  
}

img {
	 width:100%;
  height:100%;
  object-fit:cover;
}
