.solutions-hero{overflow:hidden;}
.solutions-hero .hero-image {
    animation: fadeInBlurOut 2s ease forwards;
    animation-delay: .6s;
    filter: blur(5px);
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.hero-image {
  display: block;
  margin-left: auto; /* push the image to the right */
  max-width: 100%; /* ensure the image doesn't exceed its parent's width */
  height: auto; /* maintain aspect ratio */
}

.solutions-hero:before {
    background-image: url(https://5511330.fs1.hubspotusercontent-na1.net/hubfs/5511330/FileJet%2024/sol-bg.png);
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.solutions-hero-video-wrap{
display: flex;
height: 370px;
padding: 0px 115.913px 0px 116px;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0;
  border-radius: 10px;
border: 3px solid #FFF;
background: rgba(255, 255, 255, 0.40);
box-shadow: 20px 10px 60px 0px rgba(31, 26, 122, 0.20);
backdrop-filter: blur(10px);
}
.solutions-hero-content {
    animation: fadeInBlurOut 2s ease forwards;
    animation-delay: .6s;
    filter: blur(5px);
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 120px;
    top: 0;
    z-index: 0;
    /* display: grid; */
    /* gap: 20px; */
    /* grid-template-columns: repeat(2, 1fr); */
}

.solutions-hero-content-video-one {
    display: flex;
    width: 478px;
    height: 279px;
    padding: 10px;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #ccc;
    position: absolute;
    left: -487px;
}

.solutions-hero-content-video-two {
    display: flex;
    width: 478px;
    height: 279px;
    padding: 10px;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #ccc;
    position: absolute;
    top: 299px;
    left: -310px;
}

.solutions-hero-content-fj-icon {
    border-radius: 5px;
    background: #FF551A;
    width: 122px;
    height: 118px;
    flex-shrink: 0;
    position: absolute;
    top: 299px;
    left: -450px;
      display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-hero-content-icon-one {
    width: 187px;
    height: 250px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 30px 80px -10px rgba(71, 68, 209, 0.50);
    backdrop-filter: blur(12px);
    position: absolute;
      display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    top: 30px;
    right: -197px;
}

.solutions-hero-content-wrap {
    margin: 0;
    display: block;
    position: relative;
}
.content-pad {
    margin-top: 100px;
}
.solutions-hero-content-video-one,
.solutions-hero-content-video-two {
  overflow: hidden;   /* hides any overflow */
}

.solutions-hero-content-video-one video,
.solutions-hero-content-video-two video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures the video covers the container */
}
.solutions-hero-content-icon-one img {
    height: 38px;
    width: 38px;
}
@media only screen and (max-width: 1399px) {
.solutions-hero-content-wrap {
    margin: 0;
    display: block;
    position: relative;
    right: -120px;
}
  
}
@media only screen and (max-width: 1199px) {
.solutions-hero-content-wrap {
    margin: 0;
    display: block;
    position: relative;
    right: -180px;
}
  
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

}
/*--------------------------------------------------------------
## iPad Pro
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
.solutions-hero-content-wrap {
    margin: 0;
    display: block;
    position: relative;
    height: 400px;
    margin-top: 40px;
}
  .solutions-hero-content-video-one {
    display: flex
;
    width: 368px;
    height: 199px;
    padding: 10px;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #ccc;
    position: absolute;
    left: -487px;
}
  .solutions-hero-content-icon-one {
 
    display: none;
}
  .solutions-hero-content-fj-icon {
    border-radius: 5px;
    background: #FF551A;
    width: 122px;
    height: 118px;
    flex-shrink: 0;
    position: absolute;
    top: 209px;
    left: -450px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
  .solutions-hero-content-video-two {
    display: flex
;
    width: 368px;
    height: 259px;
    padding: 10px;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #ccc;
    position: absolute;
    top: 209px;
    left: -310px;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 834px) {

}
/*--------------------------------------------------------------
## iPad sm
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .solutions-hero-content-wrap {
    display: none;
}
.solutions-hero-content-video-one, .solutions-hero-content-fj-icon, .solutions-hero-content-video-two, .solutions-hero-content-icon-one {display:none;
}
/*--------------------------------------------------------------
## iPhone sm
--------------------------------------------------------------*/
@media only screen and (max-width: 375px) {

}