/* Invisible texto */
figcaption {
  display:none; 
  transition: all .5s;
}
/* Visible texto */
figure:hover > figcaption {
  display: block;
  transition: all .5s;
  font-size: 12px;
  margin-top: 12px;
  padding: 6px;
  transition: all .5s;
}

.displayBanner7 {
   max-height: 400px;
   background-size: 100%;
   background-repeat: no-repeat;
}
.displayBanner14{
max-height: 475px;
}
@media (min-width: 415px) and (max-width: 1024px) {
.displayBanner7 {
   max-height: 200px;
   background-size: 100%;
   background-repeat: no-repeat;
   margin-top: 48px;}
}

@media (max-width: 414px) {
.displayBanner7 {
   max-height: 80px;
   background-size: 100%;
   background-repeat: no-repeat;
   margin-top: 48px;
}}
@media (min-width: 644px) and (max-width: 1024px) {
.displayBanner14{
    max-height: 475px;
    background-size: 100%;
    height: 200px;
}}
@media (max-width: 644px) {
.displayBanner14{
    max-height: 475px;
    background-size: 100%;
    height: 95px;
    margin-top: 40px;
}}


#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
 
.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}
 
.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}
 
.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}
 
.close {
    position: absolute;
    right: 15px;
}


