﻿.ListingTopintroduction {
	width: 100%; 
	margin-top: 55px !important;
	float: left; 
	border: 0px;
	line-height: 1.2;     
	box-sizing: border-box; 
	clear: both;             
	}

/*****************************DO NOT CHANGE OR UPDATE****************************************************/
#AtoZtopicListing {
	width: 100%;
	font-size: clamp( 0.9rem, 1.8vw, 4.5vh);
	font-weight: bold; 
	color: #000;  
	text-shadow: 1px 1px 4px #FFCCCC; 
	margin-top: -1px;
	padding-top: 2px;
	text-align: center !important;  
	box-sizing: border-box; /**DO NOT REMOVE**/ 
	clear: both;     
	} 
/******************************************************************DO NOT CHANGE OR UPDATE***************/






figure{  
  font-family: 'Helvetica', sans-serif;
  color: #444;
  line-height: 1.6;
  margin: auto;
  2222width: 900px; 111width: 100%; width: auto;
  position: relative;  
}

.front-image, .backt-image{
  11111border: 1px solid #eaeaea;
  border-radius: 5px;   
}

.front-image{
  transform: perspective( 2000px ) rotateY( 0deg );
  transition: all .3s linear;
  position: relative;
  backface-visibility: hidden;  
}

.backt-image{
  transform: perspective( 2000px ) rotateY( 180deg );
  transition: all .3s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: #fff;  
  border-radius: 5px; 
  box-shadow: 10px 10px 30px rgba(0,0,0,.2);
  backface-visibility: hidden; 
}

.back__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0; 
  padding: 0 40px;   
}

11.back__header button{
  margin: auto 0;   
}

.backt-image p{
  padding: 0 40px 40px 40px;  
}

figure .image-flipping{
  overflow: hidden;
  99999background: #fff; background: none;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0,0,0,.2);    
}








figure img{
  display: block;
  width: 100%;
  border-radius: 2px;   
}

figcaption{
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 5%;
  left: 40%;
  transition: 0.2s all linear 0s; 
}

figure h4{
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}

figure h4 b{
  align-self: start;
  color: #444;
  margin-left: 20px;
  line-height: 20px;
}

figure .details{
  height: 0;
  overflow: hidden;
  transition: 0.2s all linear 0s;
}

figure p{
  margin: 0;
  color: #777;
}

figure button{
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  color: #fff;
  padding: .5rem 1rem;
}

figure button i{
  margin-left: 1rem;
}


#show-back{
  display: block;
  margin-top: 10px;
  background: #33ad11;  
}

#show-front{
  margin-top: auto;
  background: #444;
}
@media screen and (min-width: 426px) and (max-width: 769px){
  body{
    font-size: 14px;
  }
}

@media screen and (max-width: 425px){
  body{
    font-size: 12px;
  }
  figcaption{
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
  } 
}