/* CSS Document */

footer > .container {
	background-image: url("../images/footer.png");
	width: 100%;
	height: 0;
	/*padding-top: 22.4%;*/
	padding: 2% 2% 2% 2%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 576px) {
  footer > .container {
    height: 430px;
  }
}

@media (min-width: 576px) {
  footer > .container {
    height: 430px;
  }
}

@media (min-width: 768px) {
  footer > .container {
	height: 410px;
  }
}

@media (min-width: 992px) {
  footer > .container {
	  height: 240px;
  }
}

@media (min-width: 1200px) {
  footer > .container {

  }
}

footer > .ftable {
    display: flex;
}

.w-80 {
  width: 85% !important;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #f6f6f6;
	color: #e39904;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #fff;
  border-width: 5px;
}

.movie-wrap {
     position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
 
.movie-wrap iframe {
     width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
