.featured{display:block}.featured .wrap{display:block;position:relative;cursor:pointer}.featured .front-foto{position:relative;width:100%;backface-visibility:hidden;transition:opacity .4s ease}.featured .back-foto{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;backface-visibility:hidden;transition:opacity .4s ease}.featured .back-foto img{object-fit:cover;width:100%;height:100%}.featured .back-foto img,.featured .front-foto img{object-fit:cover;width:100%;height:100%;max-height:700px}.featured .name{position:absolute;top:20px;left:20px;z-index:1;color:var(--medium-gray);text-transform:uppercase;padding:6px 15px 0;background-color:rgba(255,255,255,.7)}.featured .arrow{color:var(--dark-gray);font-size:35px;position:absolute;bottom:40px;right:40px;padding:0 17px;background-color:rgba(255,255,255,.5);box-shadow:0px 12px 18px -6px rgba(0,0,0,.3);z-index:1;transition:background-color .4s ease}.featured .back-foto{opacity:0}.featured .wrap:hover .front-foto{opacity:0}.featured .wrap:hover .back-foto{opacity:1}.featured .wrap:hover .arrow{background-color:rgba(255,204,0,.9)}
