.hoverzoombg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden; }

.hoverzoombg--zoom:hover {
  transform: scale(1.1); }
  .hoverzoombg--zoom:hover .caption {
    transform: scale(0.9);
    color: #1c1c1c; }

.hoverzoombg--1 {
  background-image: url("https://images.pexels.com/photos/552785/pexels-photo-552785.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); }

.hoverzoombg--2 {
  background-image: url("https://images.pexels.com/photos/167699/pexels-photo-167699.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); }
  .hoverzoombg--2 .caption {
    font-size: 2rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }

@media (max-width: 991px) {
  .hoverzoombg {
    height: 550px !important; } }
@media (max-width: 767px) {
  .hoverzoombg {
    height: 450px; } }
