/*
 Theme Name:   CTO Digital Client Site
 Theme URI:    https://ctodigital.co.uk
 Description:  Child theme for CTO Digital client websites.
 Author:       CTO Digital
 Author URI:   https://ctodigital.co.uk
 Template:     bricks
 Version:      1.1
 Text Domain:  cto
*/


/* Responsive iframe wrapper (for .cto-embed) */
.cto-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.cto-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
