/* Place Your Custom Styles Here */
label.error{
  font-size: 12px;
  line-height: 12px;
  margin-bottom: -5px;
  margin-top: 5px;
  color: #b36363;
  display: block;
}



.leadiframe{
  width: 880px;
  aspect-ratio: 16 / 9;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-radius: 10px;
  overflow: hidden;
}
.leadiframe img {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit: cover;
}

.leadiframe video{
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

@media (max-width: 1700px) {
  .leadiframe{
    width: 650px;
  }
}
@media (max-width: 1400px) {
  .leadiframe{
    width: 560px;
  }
  body.home-layout-left .home-content-inner{
    max-width: 650px;
  }
}

.leadiframe iframe{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .home-content-inner{
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .leadiframe{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .site-logo{
    width: 160px !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    background-color: #fff !important;
  }
  .site-logo img{
    width: 100% !important;
    display: block;
    height: auto;
  }


}