:root {
--c-white: #fff;
--c-black: #000;
--c-yellow-300: #f8eb6c;
--c-yellow-400: #ffe500;
--c-brown-200: #eee9e0;
--c-brown-300: #eae5dc;
--c-brown-400: #dbd1bf;
--c-brown-500: #cbbba0;
--c-brown-600: #b1a188;
--c-brown-700: #432918;
--c-gray-200: #bebebe;
--c-gray-300: #f0f0f0;
--c-gray-400: #efefef;
--c-gray-500: #535353;
--c-gray-600: #d5d5d5;
--c-gray-700: #626262;
--c-primary: var(--c-yellow-400);
--c-text: var(--c-black);
--f-main: "Noah", sans-serif;
--f-headings: "Noah", sans-serif;
--wrapper-width: 120rem;
--padding-width: 2rem;
--gutter-width: 2rem;
--transition-duration: 0.25s;}
.youtube-wrapper {
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
padding: 0 20px;
width: 1200px;
margin-bottom: 14.4rem;
}
@media (min-width: 1200px) {
.youtube-wrapper {
padding: 0;
}
}
.youtube-wrapper .lyte-wrapper {
margin: 0 auto !important;
width: 100% !important;
}
@media (min-width: 768px) {
.video__heading {
margin-bottom: 4.3rem;
font-size: 4.5rem;
line-height: 5rem;
}
}
@media (max-width: 768px) {
.youtube-wrapper {
margin-bottom: 10rem;
}
.youtube-wrapper .video__heading {
margin-bottom: 2.4rem;
font-size: 3.2rem;
line-height: 3.8rem;
}
}