.elementor-448 .elementor-element.elementor-element-6ec827c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-448 .elementor-element.elementor-element-6ec827c{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-8dd35ad *//* 视频容器 - 使用独特类名避免冲突 */
.tyrone-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

/* iframe填充容器 */
.tyrone-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 桌面端限制最大宽度 */
@media (min-width: 992px) {
  .tyrone-video {
    max-width: 510px; 
    margin: 0 auto; 
  }
}

/* 平板端（768px-991px） */
@media (min-width: 768px) and (max-width: 991px) {
  .tyrone-video {
    max-width: 80%; 
    margin: 0 auto;
  }
}

/* 移动端（小于768px） */
@media (max-width: 767px) {
  .tyrone-video {
    max-width: 95%; 
    margin: 0 auto;
  }
}/* End custom CSS */