.op-header-title{
	position: relative;
  	justify-content: center;
    display: flex;
    max-width: 1624px;
    margin: 0 auto;
}

.op-header-title img{
	object-fit: cover;
  	max-height: 65vh;
 	width: 100%;
}

.op-header-title .title{
	position: absolute;
 	top: 50%;
  	font-weight: 700;
}

@media (min-width: 992px) { 
  .op-header-title .title{
  	font-size: 4rem;
  }

}