.aussie-nature-sec {
  position: relative;
}
.aussie-nature-sec .contextual-region {
    width: 100%;
    height: 100%;
}
.aussie-nature-sec video{
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
.aussie-nature-left-img img,
.aussie-nature-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aussie-nature-left-img div,
.aussie-nature-right-img div{
  width: 100%;
  height: 100%;
}
.aussie-nature-left-img,
.aussie-nature-right-img{
  height: 880px;
}

.center-main-details-img {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-main-details-img .aussie-main-head {
  max-width: 800px;
  margin: 0 auto;
}

.center-main-details-img .aussie-main-head h2, .center-main-details-img .aussie-main-head p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
  padding: 0 0 48px 0;
}
.aussie-center-img {
  text-align: center;
}
.aussie-center-img img {
  /*height: auto;
  width: auto;*/
  object-fit: cover;
  border-radius: 50%;
  max-height: 480px;
}

@media (min-width: 1280px) {
    .aussie-center-img img {
        max-width: 480px;
        max-height: 480px;
    }
}

@media(max-width: 1279px){
  .aussie-nature-left-img,
  .aussie-nature-right-img{
    height: 590px;
  }

  .aussie-center-img img {
    max-width: 360px;
    max-height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .aussie-nature-left-img,
  .aussie-nature-right-img {
    height: 800px;
  }
  .center-main-details-img .aussie-main-head {
    max-width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .center-main-details-img .aussie-main-head h2, .center-main-details-img .aussie-main-head p {
    font-size: 32px;
    line-height: 36px;
  }
  .aussie-nature-left-img,
  .aussie-nature-right-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }

  .center-main-details-img {
    padding: 0 50px;
  }
  .aussie-center-img img{
    max-width: 260px;
    max-height: 260px;
  }
  .center-main-details-img .aussie-main-head {
    max-width: 375px;
  }
}

@media screen and (max-width: 300px) {
    .aussie-center-img img {
        max-width: 180px;
        max-height: 180px;
    }
}

@media screen and (max-width: 468px) {
    .center-main-details-img {
        padding: 0 20px;
    }
}




/* CSS by Anil regarding the new home page section carousel */
.hero-brand{
  position: relative;
  text-align: center;
  z-index: -1;
  margin-bottom: -1px;
  padding-bottom: 30px;
}
.hero-brand__title{
  width: 100%;
  margin: 8% auto;
  text-align: center;
  position : absolute;
  color: #fff
}
.hero-brand__wrap{
  height: 100%;
}
.hero-brand__img{
  height: 83%;
  max-width: 40%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.hero-brand img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.hero-brand__union{
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  position: absolute;
}

@media screen and (max-width: 1279px) {
  .hero-brand__title h2{
    font-size: 40px;
  }
  .hero-brand__union{
    bottom: 0;
  }

}
@media screen and (max-width: 991px){
  .hero-brand__img{
    max-width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-brand__title h2{
    font-size: 32px;
  }
  .hero-brand__union{
    bottom: 0;
  }
  .hero-brand__img{
    width: 75%;
    max-width: 75%;
    margin-bottom: 0;
  }
  .hero-brand{
    padding: 0;
  }
}

.path-frontpage #block-herobrandcustomfullwidth .dot{    width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;}
.path-frontpage #block-herobrandcustomfullwidth .dot.dot--active {background : #000}
.path-frontpage #block-herobrandcustomfullwidth .dots{    display: flex;
  gap: 16px;
  text-align: center;
  width: 100%;
  justify-content: center;
}
/* CSS by Anil regarding the new home page section carousel */