

.full_width {
    line-height: 0px;
}
.canvas-container {
    position: relative;
    padding-bottom: 32%; // (720 ÷ 1680 = 0.4286 = 43%)
    height: 0;
    overflow: hidden;
}
.canvas-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.canvas-container2 {
    position: relative;
    padding-bottom: 60%; // (720 ÷ 1680 = 0.4286 = 43%)
    height: 0;
    overflow: hidden;
}
.canvas-container2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
nav.main_menu>ul>li>a span {
    display: block;
    height: 100%;
    background-color: transparent;
    padding: 0 15px;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
}
.title {
    display: block;
    width: 100%;
    height: 0px;
    background-color: #f6f6f6;
    text-align: center;
    position: relative;
    z-index: 101;
}
.footer_top {
    padding: 18px 05px 0px 05px;
}
.dark .mobile_menu_button span {
    color: #211c1c;
}
.dark nav.main_menu>ul>li.active>a {
    color: #ffffff;
    background-color: #58585a;
}