/* Add here all your CSS customizations */

.layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anchor{
   display:block;
   height:63px; /* this is the height of your header */
   margin-top:-63px; /* this is again negative value of the height of your header */
   visibility:hidden;
}

.anchor2{
   display:block;
   height:133px; /* this is the height of your header */
   margin-top:-133px; /* this is again negative value of the height of your header */
   visibility:hidden;
}

.thumbnailxx
{
  color: #ffffff;
}