html, body {
    margin: 0;
    padding: 0;
}



.article {
    overflow: hidden;
    background-color: #fff;
    max-width: 380px;
    margin: 0 auto;
}

.ad-title {

    text-align: center;
    font-family: Arial;
    font-size: 0.6em;
    line-height: 2em;
    background: #000000;
    color: #ffffff;
}

.wrapper {
    position: relative;

    width: 320px;
    height: 600px;
}

.bg-wrapper {
    position: absolute;
    width: 320px;
    height: 500px;
    clip: rect(0px 320px 630px 0px);		
}

.bg {
    position: fixed;
    height: 500px;
    top: 10%;
	object-fit:contain;
	width:auto !important;
    left: 50%;
    backface-visibility: hidden;
	transform-origin:none !important;
    transform: translate3d(-50%, 0, 0);
}

p {
    margin: 2em;
    text-align: left;
    font-family: Arial;
    font-size: 1em;
}

.ad-img {
  max-height: 500px;
	width:auto !important;
	object-fit:contain
}

.post-body {
  height: 600px;
  margin: auto;
  max-width: 480px;
}

.ignielParallax {
  display: block;
  height: 600px;
  margin: 1rem auto;
	margin-bottom:3.3rem;
  position: relative;
}
.prlx1 {
  clip-path: inset(0 0 0 0);
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.prlx2 {
  align-items: flex-start;
  display: flex;
  display: inline-flex;
  justify-content: center;
  position: fixed;
}
.prlx1, .prlx2 {
	
  bottom: 0;
  left: 0;
  right: 0;
  top: 15%;
}