.hero-text {
display: flex;
flex-direction: column; justify-content: flex-start; align-items: center; position: absolute;
top: 7%; left: 50%;
transform: translateX(-50%); width: 100%;
text-align: center;
}
.hero-text h1 {
font-size: 6vw !important; color: #000000 !important; }
.hero-text h6 {
font-size: 1.5vw !important; color: white !important; }
@media (max-width: 1024px) { .hero-text h1 {
font-size: 7vw; }
.hero-text h6 {
font-size: 3.5vw; }
}
@media (max-width: 768px) { .hero-text h1 {
font-size: 10vw; }
.hero-text h6 {
font-size: 5vw; }
}  .wp-list-table td,
.wp-list-table th {
writing-mode: initial !important;
transform: none !important;
text-align: left !important;
vertical-align: middle !important;
white-space: normal !important;
}  .wp-block-image.caption-left figcaption {
text-align: left !important;
}  .wp-caption.alignleft .wp-caption-text,
.wp-caption .wp-caption-text {
text-align: left !important;
}  .fluid-width-video-wrapper, 
.sow-video-wrapper {
padding-bottom: 0 !important;
height: auto !important;
} body iframe[src*="://youtube.com"] {
position: relative !important;
width: 100% !important;
max-width: 340px !important; height: 600px !important; min-height: 600px !important;
margin: 0 auto !important;
display: block !important;
} @media (max-width: 400px) {
body iframe[src*="://youtube.com"] {
max-width: 280px !important;
height: 500px !important;
min-height: 500px !important;
}
}