/*

Theme Name: jnj

Version: 1.0.0

*/


/* .jnj-service-item-1 {
  min-height: 100vh;
}
.jnj-service-area:hover .jnj-service-image img {
  opacity: 1;
  background: green;
}
.jnj-service-image img {
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  transition: ease .2s;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}

.elementor-column.jnj-sticky-panel  {
  position: fixed !important;
  top: 50px;
} */


/* .jnj-sticky-content {
  width: 75%;
  background: #EEE;
  float: left;
  padding: 2rem;
  min-height: 2000px;
  line-height: 15;
}
.jnj-sticky-section{
  width: 25%;
  padding: 2rem;
  padding-left: 1rem;
  float: right;
  background: #CCC;
  position: relative;
}
.jnj-sticky-section:not(.sticky){
  top:0;
}
.jnj-sticky-section.sticky{
  right: 0;       
  position: absolute;
}
.jnj-sticky-section.sticky.stickyBottom{
  position: absolute;
}
@media screen and (max-width: 767px) {
  .jnj-sticky-content ,.jnj-sticky-section{
    width: 100%;
  }
} */






