﻿body {
  background-color: #FFFFFF;
}

.offcanvas {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

main.offcanvas-content {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s ease all;
  backface-visibility: hidden;
  transform: translate3d(-300px, 0px, 0px);
}
main.offcanvas-content.in {
  transform: translate3d(0px, 0px, 0px);
}

nav.offcanvas-menu {
  position: fixed;
  top: 0px;
  overflow: auto;
  min-height: 100vh;
  width: 300px;
  right: -300px;
  z-index: 200;
  background-color: #FFF;
  border-left: 2px solid #f5b23f;
  padding-top: 12px;
  transition: 0.3s ease all;
  transform: translate3d(0px, 0px, 0px);
}
nav.offcanvas-menu .mwis-logo {
  width: 100%;
}
nav.offcanvas-menu .btn-toggle-main-menu {
  color: #54aaff;
  box-shadow: none;
}
nav.offcanvas-menu .btn-toggle-main-menu:hover {
  color: #1066BB;
}
nav.offcanvas-menu .btn-toggle-main-menu:focus {
  outline: 0 !important;
  box-shadow: none;
}
nav.offcanvas-menu.in {
  transform: translate3d(-300px, 0px, 0px);
}
nav.offcanvas-menu .offcanvas-menu-header {
  border-bottom: 1px solid #DDD;
}
nav.offcanvas-menu ul.nav .nav-item {
  background-color: #EEE;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
nav.offcanvas-menu ul.nav .nav-item.active {
  background-color: #DDD;
}
nav.offcanvas-menu ul.nav .nav-item:hover {
  background-color: #F7F7F7;
}
nav.offcanvas-menu ul.nav .nav-item a {
  color: #1066BB;
}
nav.offcanvas-menu ul.nav .nav-item a:hover {
  color: #54aaff;
}
nav.offcanvas-menu .social-logos img {
  width: 100%;
}
nav.offcanvas-menu .social-logos img:hover {
  filter: brightness(150%);
}

header.main-header {
  position: absolute;
  top: 0;
  z-index: 30;
  transition: 0.3s ease all;
  backface-visibility: hidden;
  transform: translate3d(-300px, 0px, 0px);
}
header.main-header.in {
  transform: translate3d(0px, 0px, 0px);
}
@media (max-width: 991.98px) {
  header.main-header {
    padding: 12px 0;
  }
  header.main-header .btn-toggle-main-menu {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  header.main-header {
    padding: 24px 0;
  }
  header.main-header .btn-toggle-main-menu {
    font-size: 50px;
  }
}
header.main-header img {
  width: 100%;
}
@media (max-width: 575.98px) {
  header.main-header .mwis-logo {
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.main-header .mwis-logo {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.main-header .mwis-logo {
    width: 160px;
  }
}
@media (min-width: 992px) {
  header.main-header .mwis-logo {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  header.main-header .header-advert {
    width: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.main-header .header-advert {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.main-header .header-advert {
    width: 120px;
  }
}
@media (min-width: 992px) {
  header.main-header .header-advert {
    width: 160px;
  }
}
header.main-header .btn-toggle-main-menu {
  color: #FFF;
  box-shadow: none;
}
header.main-header .btn-toggle-main-menu:hover {
  color: #1066BB;
}
header.main-header .btn-toggle-main-menu:focus {
  outline: 0 !important;
  box-shadow: none;
}
header.main-header.affix {
  position: fixed;
  background-color: rgba(222, 222, 222, 0.9);
  padding: 6px 0;
  border-bottom: 2px solid #f5b23f;
}
@media (min-width: 992px) {
  header.main-header.affix .mwis-logo {
    width: 160px;
  }
}
header.main-header.affix .btn-toggle-main-menu {
  font-size: 32px;
  color: #1066BB;
}

@media (min-width: 992px) {
  .collapse.dont-collapse-lg {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
.header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 20;
}
@media (max-width: 575.98px) {
  .header-image {
    min-height: 40vh;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .header-image {
    min-height: 40vh;
  }
}
@media (min-width: 992px) {
  .header-image {
    min-height: 50vh;
  }
}

.header-text {
  background-color: rgba(84, 170, 255, 0.5);
  width: 100%;
  color: #FFF;
  font-weight: normal;
  font-size: 32px;
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .header-text {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .header-text {
    font-size: 32px;
  }
}

.fa-chevron-double-right {
  color: #1066BB;
}

.card-redirect {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 600;
  border: none;
}

.separator {
  width: 20%;
  height: 4px;
  background-color: #f5b23f;
  margin: 2rem auto;
}

.post-details {
  color: #1066BB !important;
  font-family: "Trebuchet MS";
  font-size: 16px;
}

.fa-tags {
  color: #1066BB;
}

.tag-details {
  color: #1066BB !important;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: 100;
}

.breadcrumb-item-text {
  background-color: transparent;
  margin-left: 0px;
  color: #1066BB !important;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #1066BB;
  content: ">";
}

.fa-chevron-double-left {
  color: #f5b23f;
}

.blog-redirect {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 400;
  border: none;
  font-size: 18px !important;
  margin-left: 5px;
}

.fa-chevron-double-right {
  color: #f5b23f;
}

.blog-redirect {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 400;
  border: none;
  font-size: 18px !important;
  margin-left: 5px;
}

.blog-header {
  font-size: 26px;
  color: #1066BB;
  font-weight: 400;
}

.posted-by {
  color: #1066BB;
  font-weight: 400;
  font-size: 14px;
}

.nav-pills .nav-item {
  background-color: #1066BB;
  color: white;
  border-radius: 10px;
  min-width: 58px;
}

.nav-pills .nav-item .active {
  background-color: #f5b23f;
  font-size: 22px;
}

.blog-pages {
  color: white !important;
}

.separator {
  width: 20%;
  height: 4px;
  background-color: #f5b23f;
  margin: 2rem auto;
}

.card-description {
  font-weight: 400;
  font-size: 16px;
  word-wrap: break-word;
  margin: 20px 18px 10px 18px;
}

.fa-search {
  color: #1066BB;
}

.btn-search {
  border-radius: 15px;
  background-color: #1066BB;
  color: white !important;
  height: 38px;
  width: 70px;
}

.card-homepage-image {
  height: 100%;
  width: 100%;
}

.card-description {
  color: black;
  font-weight: 400;
  font-size: 14px;
  border: none;
  word-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

.fa-chevron-double-right {
  color: #1066BB;
}

.card-redirect {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 600;
  border: none;
}

.homepage-cards .container {
  position: relative;
  z-index: 40;
  top: -4rem;
  margin-top: -4rem;
}

.card-homepage {
  border-radius: 0;
  border: 2px solid #54aaff;
}

.card-homepage .card-header {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 600;
  border-color: #f5b23f;
}

.card-homepage .media {
  line-height: 1.2rem;
}

.card-homepage .media small {
  font-size: 0.7rem;
}

#homeblog, #homeaboutus, #homesais, #homewebcams, #homehwf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-box {
  vertical-align: middle;
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 600px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
}
@media screen and (min-width: 575px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
}
@media screen and (min-width: 601px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 21px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 19.5px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
    visibility: hidden;
    display: none;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
}
@media screen and (max-width: 425px) {
  .mountain-weather-title {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .information-service-title {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 0px;
  }
  .mountain-weather-title-banner {
    color: rgb(84, 84, 127) !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
  .information-service-title-banner {
    color: white !important;
    font-family: "Trebuchet MS";
    font-size: 22px;
  }
}
.webcam-header {
  font-size: 26px;
  color: #1066BB;
  font-weight: 400;
}

.webcam-description {
  color: #1066BB;
  font-weight: 400;
  font-size: 17px;
}

section.main-body {
  min-height: 50vh;
  position: relative;
}

#SubMenu {
  font-size: 14px;
}
#SubMenu > ul.nav > li.nav-item {
  background-color: #54aaff;
  font-weight: bold;
}
#SubMenu > ul.nav > li.nav-item > a {
  color: #FFF;
  text-transform: uppercase;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item {
  background-color: #F0F0F0;
  font-weight: normal;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item > a {
  color: #54aaff;
  font-weight: bold;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item > a.active {
  color: #f5b23f;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item > a:hover {
  color: #f5b23f;
  background-color: #F4F4F4;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item > ul.nav > li.nav-item {
  background-color: #FFF;
  font-weight: normal;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item > ul.nav > li.nav-item > a {
  color: #54aaff;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item > ul.nav > li.nav-item > a.active {
  color: #f5b23f;
}
#SubMenu > ul.nav > li.nav-item > ul.nav > li.nav-item > ul.nav > li.nav-item > a:hover {
  color: #f5b23f;
  background-color: #F4F4F4;
}

footer.main-footer {
  padding: 70px 0;
  min-height: 10vh;
  font-size: 16px;
  background-color: #393939;
}
footer.main-footer h6 {
  color: #f4b33f;
  margin-bottom: 1.6rem;
}
footer.main-footer hr {
  color: #F4b33f;
  background-color: #F4b33f;
}
footer.main-footer .nav-item {
  padding: 0;
}
footer.main-footer .nav-link {
  padding: 0.5rem 0;
  color: #FFF;
  text-decoration: none;
}
footer.main-footer .nav-link:hover {
  color: #f4b33f;
  text-decoration: none;
}
footer.main-footer .nav-link.active {
  color: #f4b33f;
}
footer.main-footer ul.nav {
  margin-bottom: 1.6rem;
}
footer.main-footer .social-logos img {
  width: 100%;
}
footer.main-footer .social-logos img:hover {
  filter: brightness(150%);
}
footer.main-footer p.copyright a {
  color: #f4b33f;
  text-decoration: none;
}
footer.main-footer p.copyright a:hover {
  color: #fff;
  text-decoration: none;
}

.forecast-country--area {
  padding: 2rem 0;
  border-bottom: 1px solid #EEE;
}
.forecast-country--area h2 {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.forecast-country--area:first-of-type {
  border-top: 1px solid #EEE;
}

.forecast-area .tab-title {
  visibility: hidden;
}
.forecast-area strong {
  font-weight: 600;
}
.forecast-area--downloads {
  margin: 1rem auto 2rem auto;
  padding: 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.forecast-area--downloads .fa-file-pdf {
  color: #A00;
}
.forecast-area--downloads .fa-file-alt {
  color: #777;
}
.forecast-area--downloads [class^=col] {
  padding: 1rem 0;
}
.forecast-area--downloads [class^=col]:hover {
  background-color: #EEE;
}
.forecast-area--forecast-details {
  margin-bottom: 2rem;
  padding: 0 1rem;
  border: 1px solid #EEE;
}
.forecast-area--forecast-details h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #1066BB;
}
.forecast-area--forecast-details .row {
  border-top: 1px solid #EEE;
  padding-top: 1rem;
}
.forecast-area--forecast-details .row:first-of-type {
  border-top: 0;
}
.forecast-area--forecast-details .row:hover {
  background-color: #EEE;
}
.forecast-area--planning-outlook {
  background-color: #F4F4F4;
  padding: 1rem;
  border: 1px solid #EEE;
}
.forecast-area--planning-outlook h2 {
  text-transform: uppercase;
  font-size: 1.6rem;
}

.advert img {
  width: 100%;
}
.card-forecast {
  border-radius: 0;
  border: 2px solid #54aaff;
  padding: 0.1rem 0.3rem;
}
.card-forecast .card-header {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 600;
  border-color: #f5b23f;
}
.card-forecast .card-description {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 600;
  border: none;
}
.card-forecast .media {
  line-height: 1.2rem;
  margin: 1rem auto 1rem auto;
  padding: 0;
}
.card-forecast .media small {
  font-size: 0.7rem;
}

.fa-file-pdf {
  color: #A00;
}

.fa-file-alt {
  color: #0cb1ab;
}

.homepage-forecasts {
  background-color: #54aaff;
}
@media (max-width: 991.98px) {
  .homepage-forecasts {
    background-color: #54aaff !important;
  }
}
.homepage-forecasts .container {
  position: relative;
  z-index: 40;
  top: -4rem;
  margin-top: -4rem;
}

.homepage-content {
  padding: 5rem 0;
}
.homepage-content h1 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #54aaff;
}
.homepage-content .separator {
  width: 20%;
  height: 4px;
  background-color: #f5b23f;
  margin: 2rem auto;
}
.homepage-content p {
  text-align: center;
  font-size: 1.2rem;
}

.btn-mwis {
  color: #FFFFFF;
  background-color: #54aaff;
  border-color: #54aaff;
  border-radius: 0;
}
.btn-mwis.btn-lg {
  font-size: 20px;
  line-height: 24px;
}

.btn-mwis:hover,
.btn-mwis:focus,
.btn-mwis:active,
.btn-mwis.active,
.open .dropdown-toggle.btn-mwis {
  color: #FFFFFF;
  background-color: #97cbff;
  border-color: #54aaff;
}

.btn-mwis:active,
.btn-mwis.active,
.open .dropdown-toggle.btn-mwis {
  background-image: none;
}

.btn-mwis.disabled,
.btn-mwis[disabled],
fieldset[disabled] .btn-mwis,
.btn-mwis.disabled:hover,
.btn-mwis[disabled]:hover,
fieldset[disabled] .btn-mwis:hover,
.btn-mwis.disabled:focus,
.btn-mwis[disabled]:focus,
fieldset[disabled] .btn-mwis:focus,
.btn-mwis.disabled:active,
.btn-mwis[disabled]:active,
fieldset[disabled] .btn-mwis:active,
.btn-mwis.disabled.active,
.btn-mwis[disabled].active,
fieldset[disabled] .btn-mwis.active {
  background-color: #54aaff;
  border-color: #54aaff;
}

.btn-mwis .badge {
  color: #54aaff;
  background-color: #FFFFFF;
}

.synoptic-charts li {
  padding: 5px;
}
.synoptic-charts li:first-of-type {
  padding-left: 0;
}
.synoptic-charts li:last-of-type {
  padding-right: 0;
}
.synoptic-charts a.nav-link {
  background-color: #E7E7E7;
}
.synoptic-charts img {
  width: 100%;
}
.synoptic-charts .tab-content {
  border-top: 1px solid #DDD;
  margin-top: 1rem;
  padding-top: 1rem;
}

.webcam img {
  width: 100%;
}

.mountain-search-section {
  padding: 3rem 0;
  margin-top: -177px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2000;
}
.mountain-search-section .search-container {
  max-width: 800px;
  margin: 0 auto;
}
.mountain-search-section .search-container h2 {
  color: white;
  font-weight: 600;
  margin-bottom: 2rem;
}
.mountain-search-section .search-container .search-input-wrapper {
  position: relative;
}
.mountain-search-section .search-container .search-input-wrapper .mountain-search-input {
  background: white;
  border-radius: 0;
  border: 2px solid #54aaff;
  padding: 1rem 3rem 1rem 1.5rem;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.mountain-search-section .search-container .search-input-wrapper .mountain-search-input:focus {
  outline: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.mountain-search-section .search-container .search-input-wrapper .mountain-search-input::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.mountain-search-section .search-container .search-input-wrapper .search-icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #54aaff;
  font-size: 1.2rem;
}

.mountain-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  z-index: 1000;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
.mountain-search-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #f8f9fa;
  color: #495057;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
}
.mountain-search-dropdown .dropdown-item:hover, .mountain-search-dropdown .dropdown-item.active {
  background-color: #54aaff;
  color: white;
  text-decoration: none;
}
.mountain-search-dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.mountain-search-dropdown .dropdown-item .mountain-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.mountain-search-dropdown .dropdown-item .accessed-from {
  font-size: 0.9em;
  color: #6c757d;
  opacity: 0.8;
}
.mountain-search-dropdown .dropdown-item:hover .accessed-from, .mountain-search-dropdown .dropdown-item.active .accessed-from {
  color: white;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .mountain-weather-title-banner,
  .information-service-title-banner {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #SubMenuAddsMobile {
    display: block;
  }
  #SubMenuAdds {
    display: none;
  }
}
@media (min-width: 991px) {
  #SubMenuAddsMobile {
    display: none;
  }
  #SubMenuAdds {
    display: block;
  }
}
h1 {
  text-transform: uppercase;
  color: #1066BB;
  font-weight: 600;
  font-size: 1.8rem;
}

h2 {
  color: #1066BB;
  font-weight: 600;
  font-size: 1.6rem;
}

h3 {
  color: #1066BB;
  font-weight: 600;
  font-size: 1.4rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
