body
{
  margin: 0px;
  overflow: hidden;
}

.AiNoListingLarge
{
  width:100%;
  height:44.4em;
  box-sizing: border-box;
  border:1px solid #5c9ec8;
  position:relative;
}

.AiNoListingImgLarge
{
  width: 25em;
  position: relative;
  margin: 0 auto;
  display: block;
  padding-top: 7em;
}

.AiNoListingTextLarge
{
  color:white;
  font-size:180%;
  width:100%;
  text-align: center;
  margin-top:15%;
  display:inline-block;

}

.AiNoListingMedium
{
  width:100%;
  height:11em;
  position:relative;
  box-sizing: border-box;
}

.AiNoListingImgMedium
{
  width:11em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin:0 auto;
  display:block;
}

.AiNoListingTextMedium
{
  color:lightgrey;
  width:100%;
  text-align: center;
  display:inline-block;

}

#noListingWrapper
{
  background: linear-gradient(#222, black);
  padding: 0.5em;
  font-family: helvetica;
  font-weight: lighter;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.AiNoListingSmall
{
  width:100%;
  height:3.5em;
  position:relative;
  box-sizing: border-box;
  display: table;
  border-collapse: collapse;
}

.AiNoListingImgSmall
{
  width:2.8em;
  height:2em;
  padding: 0.5em 0.2em;
  vertical-align: middle;
}

#aiNoListingTextDivSmall
{
  display: table-cell;
  width: 92%;
  vertical-align: middle;
  border: 1px solid #5c9ec8;
}

#aiNoListingImgDivSmall
{
  display: table-cell;
  width: 8%;
  vertical-align: middle;
  border: 1px solid #5c9ec8;
}


#aiNoListingTextDivMedium
{

}


#aiNoListingImgDivMedium
{
  border: 1px solid #5c9ec8;
  height: 89%;
}


#aiNoListingTextDivLarge
{
}


#aiNoListingImgDivLarge
{
}


.AiNoListingTextSmall
{
  color: lightgray;
  width: 100%;
  font-size: 90%;
  text-align: center;
  display: inline-block;
}

.AiNoListingVideo
{
  width: 100%;
  height:100%;
  border: 1px solid #5c9ec8;
  position: relative;
  box-sizing: border-box;
}

.AiNoListingImgVideo
{
  width:17em;
  position: relative;
  margin:0 auto;
  display:block;
  padding: 2.7em;
}

.AiNoListingTextVideo
{
  color:white;
  font-size:180%;
  width:100%;
  text-align: center;
  margin-top:2em;
  display:inline-block;

}
