/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@font-face { font-family: 'Ancizar-Serif-BoldItalic'; src: url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.eot"); src: url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.svg#AncizarSerif-BoldItalic") format("svg"), url("../fonts/Ancizar-Serif/AncizarSerif-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Serif-Italic'; src: url("../fonts/Ancizar-Serif/AncizarSerif-Italic.eot"); src: url("../fonts/Ancizar-Serif/AncizarSerif-Italic.woff2") format("woff2"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.woff") format("woff"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.ttf") format("truetype"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.svg#AncizarSerif-Italic") format("svg"), url("../fonts/Ancizar-Serif/AncizarSerif-Italic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Light'; src: url("../fonts/Ancizar-Sans/AncizarSans-Light.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Light.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Light.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Light.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Light.svg#AncizarSans-Light") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Light.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-RegularItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.svg#AncizarSans-RegularItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.youtube-video { background-color: #00b8c7; margin: 0; padding: 10px 80px; position: relative; }
.youtube-video .section-name { color: #fff !important; font-family: 'Ancizar-Sans-BoldItalic', sans-serif !important; font-size: 40px !important; line-height: 0.6 !important; padding: 20px 0 10px !important; text-transform: capitalize !important; }
.youtube-video .youtubeBlock { padding: 10px 0 25px; }
.youtube-video .youtubeBlock iframe { min-height: 450px; width: 100%; }
.youtube-video .video-info { color: #fff; padding: 0 0 0 30px; position: relative; }
.youtube-video .video-info .video-name { color: #fff !important; font-family: 'Ancizar-Serif-Italic', sans-serif; font-size: 32px; line-height: 1; margin: 5px 0 25px; padding: 0 10px 30px 0; }
.youtube-video .video-info .video-description { font-family: 'Ancizar-Sans-Light', sans-serif; font-size: 20px; line-height: 1.2; padding: 50px 50px 0 5px; position: relative; }
.youtube-video .video-info .video-description::before { background-color: #fff; content: ''; height: 2px; left: 5px; position: absolute; top: 0; width: 35%; }
.youtube-video .see-more { border: 2px solid #fff; bottom: 50px; color: #fff !important; font-family: 'Ancizar-Sans-RegularItalic', sans-serif; font-size: 25px; padding: 5px 20px; position: absolute; right: 90px; text-transform: uppercase; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.youtube-video .see-more:hover, .youtube-video .see-more:focus, .youtube-video .see-more:active { text-decoration: none; }

@media screen and (max-width: 1500px) { .youtube-video .video-info .video-name { font-size: 37px; padding-right: 40px; }
  .youtube-video .video-info .video-description { font-size: 21px; }
  .youtube-video .see-more { font-size: 26px; } }
@media screen and (max-width: 40em) { .youtube-video { padding: 10px; text-align: right; }
  .youtube-video .section-name { font-size: 35px !important; padding: 0 !important; text-align: left; }
  .youtube-video .youtubeBlock { padding: 10px 0; }
  .youtube-video .youtubeBlock iframe { min-height: 220px; }
  .youtube-video .video-info { padding: 0; text-align: left; }
  .youtube-video .video-info .video-name { font-size: 22px; margin: 0; padding: 0 5px; }
  .youtube-video .video-info .video-description { font-size: 16px; margin: 0; padding: 20px 10px 15px 5px; }
  .youtube-video .see-more { bottom: unset; display: inline-block; font-size: 20px; margin: 0 10px 10px 0; position: relative; right: unset; } }
