﻿#lang-box-lg {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .embed-container, .embed-responsive-item {
        width: 100%;
        min-height: 2200px;
    }
}
@media only screen and (min-width: 992px) {
    .embed-container, .embed-responsive-item {
        width: 100%;
        min-height: 1100px;
    }

}