body {
  overflow: hidden;
}
.theframe {
  align: center;
  border: 0;
  width: 100% !important;
  height: 80vh;
  /*display: inline-block;*/
}
.logotop {
  display: flex;
  justify-content: center;
  background-color: #333;
  -webkit-box-shadow: inset 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 5px 50px 0 rgba(0, 0, 0, 0.25);
}
.logotop img {
  max-height: 30px;
  margin-top: 15px;
	margin-bottom: 7px;
  margin-left: -290px;
}
.thefooter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  padding: 8px 0 4px;
  background-color: #333;
  display: inline-block;
  font-family: Arial, 'sans-serif';
  font-size: 12px;
  text-align: center;
}
.asana-embed-container {
  /*    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 600px;*/
}
.asana-embed-iframe {
  border-color: #dddddd;
  /*border-radius: 4px 4px 0 0;*/
  border-style: solid;
  border-width: 1px 1px 0 1px;
  display: block;
  height: calc(100vh - 90px);
  width: 100%;
}
.asana-embed-footer {
	position: absolute;
	bottom:0;
  background-color: #F5F3F3;
  border-color: #EDEAE9;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  justify-content: center;
  padding: 8px 0px;
  text-align: center;
  width: 100%;
}
.asana-embed-footer-link, .asana-embed-footer-link:hover {
  align-items: center;
  color: #848F99;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
.asana-embed-footer-logo {
  background-image: url(https://d3ki9tyy5l5ruj.cloudfront.net/obj/567543daae9ba86fd93d9223624aa2b4e340b011/asana-logo-horizontal.svg);
  background-position: right bottom 3px;
  background-repeat: no-repeat;
  height: 16px;
  margin-left: 4px;
  padding-left: 1px;
  vertical-align: middle;
  width: 61px;
}
@media (max-width: 767px) {
  .theframe {
    height: 80vh;
  }
  .logotop img {
    margin-left: 0px;
  }
  .asana-embed-iframe {
    height: calc(100vh - 185px);
  }
}