.home-items {
text-transform: uppercase;
font-family: 'Abeezee';
font-size:12px;


.home-items:hover {
 background-color: #71ac6c;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:640px;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
};