/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– *
Theme Name: St. Mary's Church Barnstable
Description: St. Mary's Church Barnstable // 2025
Author: Rough and Ready Media
Author URI: https://roughandready.media
Version: 1.0

This theme is property of St. Mary's Church Barnstable and is not available for public use.
* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media(min-width:768px) {
	p.service-times {
		max-width:430px;
		text-align:left;
	}
}
.outside-video {
  flex: 1;
}

.video-container {
  position: relative;
}

@media(max-width: 768px) {
  .inside-hero-container {
    padding: 2rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }	  
	
  .video-container {
    aspect-ratio: 16 / 9;
    position: relative;
  }
  .video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}