body{
background-color: #fff;
margin: 0;
overflow: hidden;
height: 100vh;
}

div.centre{
  width: 100%;
  height: 100%;
}

div.column{
  background-color: #666;
  text-align: -webkit-center;
}

div.header{
  padding: 1rem;
  background-color: #009ed8;
  color: white;
	font-family: 'Figtree', sans-serif;
  font-weight: 700;
  text-align: center;
  height: 2rem;
}

a.header {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

div.footer{
  padding: 1rem;
  background-color: #fff;
  color: black;
  font-family: 'Helvetica', Arial, Sans Serif;
  text-align: center;
  height: 2rem;
}


a.footer {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.deetu-right {
	position: fixed;
	width: 100px;
	bottom: 10px;
	right: 30px;
	z-index: 10000;
}

.thanks-outer{
	width: 80%;
	height: 90%;
	color: black;
  text-align: center;
	font-family: 'Helvetica', sans-serif;
  font-size: 22px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.thanks-outer > a {
  color: #ee6001;
  text-decoration: underline;
}

.tb-logo {
  width: 60%;
  margin: 5%;
}

.thanks-image{
  max-width: 300px;
}

.thanks-link,
.thanks-link:link,
.thanks-link:visited {
  color: #009ed8;
  text-decoration: none;
  vertical-align: middle;
  display: inline;
}

.thanks-link:hover,
.thanks-link:active {
  text-decoration: none;
  color: #009ed8;
  opacity: 0.7;
}

.video-container {
    position: absolute;
    width:100vw;
    height: calc(100% - 4rem);
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0px;
    overflow: hidden;
}

@media only screen and (max-width:500px) {
  .thanks-image {
    width: 20%;
    margin: 0% 40%;
  }

  .thanks-outer {
    font-size: 14px;
  }
}
