  .wrapper {
    width: 100%;
    height: auto;
    background: url(../img/main_bg.jpg) ;
    background-size: initial;
    position: relative;
    overflow: hidden;
    min-height: 100%;
  }
  .contWrapper {
    width: 98%;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.2rem;
    box-shadow: 0px 8px 14.4px 1.6px rgb(0 0 0 / 22%);
    display: flex;
    flex-direction: column;
    margin: .2rem auto;
    position: initial;
    height: auto;
    min-height: 100%;
    left: 0;
    transform: translate(0,0);
  }
.contWrapper video{
  margin-left: -2em;
}
  @media screen and (max-width:1000px){
.contWrapper img,.contWrapper embed,.contWrapper video{
  max-width:100%;
  height:auto;
  margin: 0 auto;

}
.contWrapper video{
 margin-left: -2em;
}
    .content p{font-size: 14px;margin: 0;line-height: 0.4rem !important;}
    .content p span{font-size: 14px !important;margin: 0;line-height: 0.4rem !important;}
    
      .contWrapper h1{
font-size: .3rem;
    margin-right: 1.6rem;
    padding-left: 0.5rem;
  }
  }