.at-home-hero { border-bottom:1px solid #dedede; }
.at-home-hero .owl-dots { position:absolute;text-align:center;display:flex;justify-content:flex-end;bottom:20px;left:0;right:50px; }
@media only screen and (max-width: 767px) {
  .at-home-hero .owl-dots { justify-content:center;right:0; }
}

.at-home-hero .at-hero-img img { width:auto;margin:auto;object-fit:contain; }
@media only screen and (max-width: 767px) {
  .at-home-hero .at-hero-img img { height:auto !important; }
}

.at-home-hero .owl-stage-outer { display:flex; }
.at-home-hero .owl-stage-outer .owl-stage { display:flex; }
.at-home-hero .owl-stage-outer .owl-stage .owl-item { height:100%;display:flex; }
.at-home-hero .owl-stage-outer .owl-stage .owl-item .item { width:100%; }
.at-home-hero .owl-stage-outer .owl-stage .owl-item .item .at-hero-dec { height:100%;display:flex;align-items:center;padding:20px 0; }
@media only screen and (max-width: 767px) {
  .at-home-hero .owl-stage-outer .owl-stage .owl-item .item .at-hero-dec { align-items:start;padding:20px 0 53px 0; }
}

