<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.yoga_theme .yoga-img-desk
{
  display: block;
  position: absolute;
  top: 30%;
  left: 0px;
}

.yoga_theme .yoga-img2-desk
{
  display:block;
  position: absolute;
  top: 30%;
  right: 0px;
}

.yoga_theme .yoga-img-mob
{
  display:none;
  position: absolute;
  top: 20%;
  right: -86px;
}

@media (max-width: 768px) 
{
  .yoga_theme .yoga-img-mob
  {
    display:block;
    max-width: 100px;
    right: 0px;
    top:0;
  }

  .yoga_theme .yoga-img-mob img
  {
    width:100%;
  }
  
  .yoga_theme .yoga-img-desk
  {
    display:none;
  }

   
  .yoga_theme .yoga-img2-desk
  {
    display:none;
  }
}



@media (min-width: 768px) 
{
.stories_yoga_theme:before
{
    content:"";
    background-image: url(https://jep-asset.akamaized.net/cfstaticresources/images/theme/earth-bottom-left-girl-bin.png);
    width:240px;
    height: 100%;
    position: absolute;
    left: -80px;
    right: 0;
    top: 0%;

    background-repeat: no-repeat;
}

.stories_yoga_theme:after
  {
    content:"";
    background-image: url(https://jep-asset.akamaized.net/cfstaticresources/images/theme/earth-bottom-right-boy-plant.png);
    width:240px;
    height: 100%;
    position: absolute;
    right: -119px;
    top: 0%;

    background-repeat: no-repeat;
  }
}

@media(max-width:767px)
{
  .yoga-data-width
  {
    max-width:320px;
    width: 100%;
  }
}


@media(max-width:1500px)
{
  .custom-width-container
  {
    max-width:790px;
  }
}



/* .left-theme-img
{
  width: 240px;
  height: 100%;
  position: absolute;
  left: -80px;
  right: 0;
  top: 0%;
}

.right-theme-img
{
    width: 240px;
    height: 100%;
    position: absolute;
    /* left: -80px; 
    right: 0;
    top: 0%;
    right: -119px;
}

@media(max-width:767px)
{
  .left-theme-img
  {
    display: none;
  }

  .right-theme-img
  {
    display: none;
  }
} */</pre></body></html>