    #news-container{
        margin-top: 45px;;
    }


     .container-fluid-nopadding{
        padding-right: 0px;
        padding-left: 0px;
     }

     #line2_100_inverted {
         position: relative;
         overflow: hidden;
         margin-top: -53px;
     }

     #line2_100_inverted:before {
         content: "";
         position: absolute;
         width: 200%;
         height: 200%;
         top: 1%;
         left: -50%;
         z-index: -1;
         background: url("../../assets/layout/downgal_inverted.png");
         background-repeat: no-repeat;
         -webkit-transform: rotate(1deg);
         transform: rotate(1deg);
         background-position: center top;
         background-color: #ebebeb
     }


    

     .container-births-outer{
        background-color: #ced6d9;
        max-width: 980px;
     }

     .grid-item {
        float: left;
        display: block;
        height: auto;
        
      }
      

      .grid-item img {
        display: block;
        width: 100%;
        height: auto;
      }