
      .videoTitle{
         font-family: "PT Serif", serif;
         font-weight: 700;
         font-style: normal;
         font-size:36px;
         letter-spacing:0.02em; /*em*/
         line-height:44px; /*px*/
         text-align:center;
      }
      
      
      .video{
        display:flex;
        background-color:#F4F4F4;
        width:100%;
        padding:152px 242px;
        flex-direction:column;
        align-items:center;
        gap:76px;
        position:relative;
      }
      
      .videoLeonIzq{
        display:flex;
        position:absolute;
        width:310px;
        height:607px;
        left:0;
        top:50%;
        /*background-color:pink;*/
        transform: translate(0, -50%);
        z-index:10;
        background-image:url('./imgs/leon_izq.png');
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
      }
      
      .videoLeonDer{
        display:flex;
        position:absolute;
        width:310px;
        height:607px;
        right:0;
        top:50%;
        /*background-color:pink;*/
        transform: translate(0, -50%);
        z-index:1;
        background-image:url('./imgs/leon_der.png');
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
      }
      
      .videoContent{
        display:flex;
        background-color:black;
        width:694px;
        height:390px;
        background-image:url('./imgs/video.png');
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        border-radius:8px;
        z-index:200;
      }
      
      .video p{
        z-index:200;
      }