.pronto-video {
  position: relative;
  margin: var(--module-spacing) auto;
  box-sizing: border-box;
  padding: 0;
}

.pronto-video__container {
  padding: 0 0;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  max-width: var(--max-width-content);
  box-sizing: border-box;
  width: 100%;
}

.pronto-video--no_content .pronto-video__container {
  display: block;
}

.pronto-video__video {
  width: 100%;
  box-sizing: border-box;
}

.pronto-video__video-wrapper {
  flex-basis: 50%;
  width: 100%;
  box-sizing: border-box;
}
.pronto-video--no_content .pronto-video__video-wrapper {
  display: block;
  width: 100%;
}

.pronto-video__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.pronto-video__video svg {
  transform: scale(0.9);
}

.pronto-video__content {
  text-align: center;
  flex-basis: 50%;
  padding-top: 1.75rem;
}

h3.pronto-video__heading {
  color: var(--purple);
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width:1111px) {
	h3.pronto-video__heading,
	.pd__header .pd__header-column h3 {
	  font-size: 2rem !important;
	  line-height: 1.15em !important;
	}
}

.pronto-video__description {
  margin: 0.75rem 0 0 0 !important;
}

.pronto-video__description p:last-child{
  margin-bottom: 0;
}

.pronto-video__link {
  display: inline-block;
  background-color: var(--purple);
  padding: 0 1.5rem;
  margin: 0.75rem 0 0 0;
  border: none;
  border-radius: 1rem;
  color: white;
  font-size: 1rem;
  line-height: 2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.pronto-video__link:hover {
  background-color: var(--purple-dark);
  color: white;
}

.software_group-woven .pronto-video__video { background: var(--woven);; }
.software_group-iq .pronto-video__video { background: #11bfaf; }
.software_group-cloud .pronto-video__video { background: #32b6e4; }

/* J */

.pronto-video__video {
  --aspect-ratio: 16 / 9;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.pronto-video__bg-img {
  width: 42px;
  height: auto;
  position: absolute;
}

.pronto-video__bg-img-1,
.pronto-video__bg-img-2,
.pronto-video__bg-img-3,
.pronto-video__bg-img-4 {
	display: none;
}

.pronto-video__bg-img-1{ bottom: 0; left: -1rem; }
.pronto-video__bg-img-2{ top: -1rem; right: -1rem; }
.pronto-video__bg-img-3{ top: 0; left: -1rem; }
.pronto-video__bg-img-4{ bottom: -1rem; right: -1rem; }


/* No Shapes */
.pronto-video--shapes-no-style .pronto-video__bg-img{ display: none !important; }
/* Shapes S1 */
.pronto-video--shapes-style-1 .pronto-video__bg-img.pronto-video__bg-img-3,
.pronto-video--shapes-style-1 .pronto-video__bg-img.pronto-video__bg-img-4{ display: none !important; }
/* Shapes S2 */
.pronto-video--shapes-style-2 .pronto-video__bg-img.pronto-video__bg-img-1,
.pronto-video--shapes-style-2 .pronto-video__bg-img.pronto-video__bg-img-2{ display: none !important; }

@media all and (min-width: 700px) {
  .pronto-video__container {
    flex-direction: row;
  }

  .pronto-video__container.pronto-video__video-position-right { flex-direction: row-reverse; }

  .pronto-video__content {
    padding-left: 2rem;
    padding-top: 0;
    text-align: left;
  }

  .pronto-video__container.pronto-video__video-position-right .pronto-video__content{
	  padding-left: 0;
	  padding-right: 2rem;
  }

  .pronto-video--no_content .pronto-video__video-wrapper {
    display: block;
    width: 100%;
    flex-basis: 100%;
  }
}

@media all and (min-width: 1100px) {
  .pronto-video__bg-img-1,
  .pronto-video__bg-img-2,
  .pronto-video__bg-img-3,
  .pronto-video__bg-img-4{
    display: block;
  }
}

@media all and (min-width: 1200px) {
  .pronto-video__bg-img {
    width: 85px;
  }
}

@media (min-width: 640px) {
  /* .pronto-video {
    width: 100%;
  }
  .pronto-video__content,
  .pronto-video__video {
    width: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
  }
  .pronto-video__video {
    padding-bottom: 56.25% !important;
  }
  .pronto-video {
    flex-direction: column;
    align-items: center;
    align-content: center;
  } */
}

/* @media (min-width: 641px) { */
  .pronto-video__video video {
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      width: 100%;
      height: auto;
      background-size: auto 100%;
  }
  .pronto-video__video img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      width: auto;
      height: 100%;
  }
  .pronto-video__video-poster {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 2;
	  top: 0;
  }
/* } */

@media (min-width:700px) {
    html body .pronto-video__video.pronto-video__video--product {
        padding-bottom: 50% !important;
        /* padding-bottom: 45% !important; */
    }
    html body .pronto-video__video.pronto-video__video--product {
        /* width: 80%  !important; */
        width: 305px !important;
    }
}

@media (min-width: 1371px) {
	.pronto-video {
		width: var(--site_width);
	}
}

@media (max-width: 1370px) {
	.pronto-video > img {
		display: none;
	}
	.pronto-video {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

@media (max-width: 1370px) and (min-width: 641px) {
	.pronto-video {
		margin: 0 30px !important;
	}
}

@media (max-width: 640px) {
	.pronto-video {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 10px;
		width: 100%;
	}
}
