@keyframes backgroundScroll {
    0% { background-position: 50% 50%; }
    33% { background-position: 1% 50%; }
    40% { background-position: 1% 50%; }
    66% { background-position: 99% 50%; }
    75% { background-position: 99% 50%; }
    100% { background-position: 50% 50%; }}

@-webkit-keyframes backgroundScroll2 {
    0% { background-position: 50% 0%; }
    100% { background-position: 50% 100%; }
    
  }

a {
    color: black!important;

}

a:hover {
    text-decoration: underline;
}
             
.article-square {
    position: relative;
    width: 100%;
    background-color: grey;
    overflow: hidden;
    cursor: pointer;
  }
  
  .article-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  
  .article-content {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .article-content-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    
   

  }

  .article-content-full {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 1;
    
    
    animation: backgroundScroll2 4s ease-in-out 0s infinite forwards;
    animation-play-state: paused;
    opacity: 0; 

  }

  .article-content-full:hover {
    animation-play-state: running;
    opacity: 0.8;
  }
  
  
  .article-content-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: url("../images/grain-1.gif");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: 10;
    pointer-events: none;

    }

.article-content-logo {
    width: 100%;
    position: absolute;
    bottom: 10%;

    text-align: center;
    height: 10%;
    }



.article-content-logo img {
    height: 100%;
}

.article-headline {
    padding-top: 10px;
    font-size: 1em!important;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.4pt;
}

.reemeidris-about-fixed {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 1000;


}
.reemeidris-about-image img{
    padding-top: 110px;   
    padding-bottom: 30px;   


}

.reemeidris-about-title {
    text-align: left;
    font-size: 12px;
    padding: 40px 0px 40px 0px;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: 600;
    display: block;

}
.reemeidris-about-menu {
    text-align: left;
    font-size: 10px;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: 400;
    display: block;
    word-spacing: 20px;

}

.reemeidris-about-text {
    font-size: 10px;
}

.article-view {
    background-color: #ccc;
    text-align: center;
}