.paragraph--type--video {
  background-color: #092027;
  margin: auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video {
  height: 100%;
  /* padding: 90px 0; */
  position: relative;
  width: 100%;
}
/*Franjas en alto*/
.video .thumbnail{
  background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}

.video .thumbnail svg {
  height: 60px;
  width: 60px;
}

.video div:nth-child(2){
  display: flex;
  align-items: center;
  height: 100%;
}


.video iframe, .video video {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .video .thumbnail svg {
    height: 80px;
    width: 80px;
  }
}

@media only screen and (min-width: 1024px) {

  .video {
    height: 100%;
  }
  .video div:nth-child(2) > div {
    margin: auto auto;
  }


}

 @media only screen and (min-width: 1366px) {
  .paragraph--type--video {
    height: 100%;
  }
  .video {
    padding: 0;
  }

  .video iframe, .video video {
    height: 100%;
  }

  .video .thumbnail svg {
    height: 100px;
    width: 100px;
  }

  .video iframe, .video video {
    height: 100%;
    width: 100%;
  }

}

@media only screen and (min-width: 1920px) {
  .video {
    padding: 0;
  }

  .video iframe, .video video {
    padding: 0;
  }

  .video .thumbnail svg {
    height: 120px;
    width: 120px;
  }
}
