html,
body,
div {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

#banner {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;

  position: relative;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
  background-color: #ffffff;
  border: 1px solid #000000;
  overflow: hidden;
}


#main-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #13670B;
  overflow: hidden;
}


#exit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}

#background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #13670B;
  overflow: hidden;
}


#logo1{
  position:absolute;
  left: 15px;
  top: 191px;
  width: auto;
  height: auto;
  border:none;
  opacity:1;
  display: block;
}


#logo2{
  position:absolute;
  left: 240px;
  top: 186px;
  width: auto;
  height: auto;
  border:none;
  opacity:1;
  display: block;
}

#cta{
  position:absolute;
  left: 73px;
  top: 191px;
  width: auto;
  height: auto;
  border:none;
  opacity:1;
  display: block;
}

.feature {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 170px;
  position: absolute;
}


#ytp-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}






:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;  
}