/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.page__banner_section {
  width: 100%;
  position: relative;
  top: 0px;
  height: 400px;
}

.page__banner_section .banner_thumb {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
/*
.page__banner_section .banner-container {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}*/


.banner-container {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.2);
}


.page__banner_section .banner-content {
  text-align: center;
  position: relative;
  color: #FFF;
  padding: 40px 30px;
  width: 100%;
	margin-top: 10%;
}
.page__banner_section .banner-content .banner-heading {
  color: #FFF;
  position: relative;
  padding: 5px 10px;
}

.banner-heading h1{
	font-size: 4rem;
	font-weight: 700;
}

.page__banner_section .banner_thumb img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}