.module-67 .background-section, 
.module-67 .background-section img {
    position: absolute;
    left: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	top: unset;
	bottom: 0;
	
}


.module-67 .background-section {
	opacity: 1;
	overflow:hidden;
}

.module-67:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: ;
    z-index: -1;
    opacity: .9;
}

.module-67 {
	margin-top: -2px;
  padding: 10vw 0;
  position: relative;
  z-index: 2;
  background: #e7e6e6; }
  .module-67 .ry-container {
    max-width: 1600px;
    width: 90%;
    margin: auto;
    float: none; }
    @media (max-width: 1280px) {
      .module-67 .ry-container {
        max-width: 95%; } }
    .module-67 .ry-container #about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; gap: 8%;}

      .module-67 .ry-container #about .ry-section-title-wrapper h2{
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 48px;
        text-align: center;
	  	color: #000;
	  }

      .module-67 .ry-container #about p {
        font-size: clamp(1.125rem, 1.1125rem + 0.0625vw, 1.1875rem);line-height:180%; color: #000;}

  .module-67 .ry-btn-primary {
    max-width: 215px;
    text-align: center;
    margin: auto;
    margin-top: 3em; }
  @media (max-width: 320px) {
    .module-67 h2 {
      font-size: 30px; }
      .module-67 h2 .span-1 {
        font-size: 30px; }
    .module-67 p {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .module-67 h2 .span-1 {
      display: block;
      text-align: center;
      margin-top: 5px; } }
  @media (max-width: 991px) {
    .module-67 {
      padding: 3em 0; } }
  @media (max-width: 1600px) {
    .module-67 h2 {
      font-size: calc(30px + 15 * ( (100vw - 320px) / 1280)); }
      .module-67 h2 .span-1 {
        font-size: calc(30px + 15 * ( (100vw - 320px) / 1280)) !important; } }
  @media (min-width: 1600px) {
    .module-67 p {
      font-size: 20px; } }
  .module-67.style2 .ry-container #about .ry-section-title h2{
    font-weight: 600; }
  .module-67.style2 .ry-container #about p {
    max-width: 920px;
    margin: auto; }

.module-67 .ry-container #about .ry-content br {
    display: none;
}

.module-67 .ry-container #about .ry-each .video-wrapper {
    position: relative;
    /*padding-bottom: 100%;
    height: 0;*/
}

.module-67 .ry-container #about .ry-each .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.vs-logo img {
  max-width: 450px;
  margin: 1em auto 2em;
}

@media (min-width: 1081px) {
	.module-67 .ry-container #about {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}


@media (max-width:1080px) {
	.module-67 .ry-container #about .ry-each .video-wrapper {
	  margin-top: 2em !important; 
	}

	.module-67  .play-button-wrapper #circle-play-b svg {
	  width: 50px !important;
	  height: 50px !important;
	}

	.module-67  .play-button-wrapper {
	  top: -1em !important;
	}

}




.video-container {
	 width: 100%;
	 border-radius: 4px;
	 margin: 0 auto;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
	padding-bottom: 0px;
	padding: 6px;
	background: #fff;
}
 .video-container .video-wrapper {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .video-container video {
	 width: 100%;
	 height: 100%;
	 border-radius: 4px;
}
 .play-button-wrapper {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 height: auto;
	 pointer-events: none;
}
 .play-button-wrapper #circle-play-b {
	 cursor: pointer;
	 pointer-events: auto;
}
.video-container:hover .play-button-wrapper #circle-play-b svg {
    fill: #fff;
    transition: .3s;
    transform: scale(0.85);
}
.play-button-wrapper #circle-play-b svg {
    width: 80px;
    height: 80px;
    fill: rgb(255 255 255 / 70%);
    stroke: #03b9be;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 1;
    background: linear-gradient(45deg, #03b9be, #accf6d);
    padding: 5px;
    box-shadow: 0 0 50px rgb(0 0 0 / 100%);
    transition: .3s;
}
