/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) { 
    .img-40{
        width: 80%;
    }
    .section-hersa-40 {
        position: relative;
        margin-top: 0px;
        margin-bottom: 90px;
    }
  }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .img-40{
        width: 70%;
    }
    .section-hersa-40 {
        position: relative;
        margin-top: 0px;
        margin-bottom: 90px;
    }
 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .img-40{
        width: 70%;
    }
    .section-hersa-40 {
        position: relative;
        margin-top: 0px;
        margin-bottom: 90px;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .img-40{
        width: 100%;
    }
    .section-hersa-40{
        position: relative;
        margin-top: 60px;
        margin-bottom: 90px;
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .img-40{
        width: 100%;
    }
    .section-hersa-40{
        position: relative;
        margin-top: 55px;
        margin-bottom: 120px;
    }
}


.container-40 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.experience-hersa-40{
    background-color: #ffffff;
    text-align: center;

}


.font-extra{
    font-size: 15vmin;
    
}

.text-40{
    text-transform: none;
    text-align: right;
}
.text-40-2{
    text-transform: none;
    text-align: left;
    font-size: 6vmin;
}
 
.container-video {
    position: relative;
  }
  .img-40 {
    position: absolute;
    z-index: 1;
    width: calc(100% + 2px);
    top: 0px;
    left: 0px
  }

.video-40ae {
    margin-top: 7%;
    width: 100%; 
    position: relative;
}