.centered {
    'Background: rgba(39,64,139,0.1);
    color: #27408b;
    text-shadow: 0 1px 0 #27408b;
    position: relative;
    height: 20px;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%,-130%);
}

.centered2 {
    'Background:rgba(39,64,139,0.1);
    color: #27408b;
    text-shadow: 0 1px 0 #27408b;
    position: relative;
    height: 20px; 
    top:-140px;
    left: 50%;
    transform: translate(-50%,-130%);
    display:none;
}

.thumbnail_WJ {
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.Container_WJ
{   position: relative;
    text-align: center;
    'background-color:rgb(39,64,139);
    width:100%;
}

.Container_WJ:before
{
        content: '';
        display: inline-block;
        vertical-align: middle;
}

.Content_WJ
{
    display: inline-block;
    vertical-align: middle;
}

  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color:#27408b;*/
    z-index: 0;
  }

