.block1 {
            position: absolute;
            top: 0;
            left: 0;
            z-index:0;
            width:1200px;
            height:223px;
            color:#000;
        }
        
        .block2 {
            position: absolute;
            top: 0;
            left: 1200px;
            z-index:0;
            width:1200px;
            height:223px;
            color:#000;
        }
        
        .block3 {
            position: absolute;
            top: 0;
            left: 2400px;
            z-index:0;
            width:1200px;
            height:223px;
            color:#000;
        }

        .overlay
        {
        width:1200px;
        height:223px;
        position:absolute;
        top:0px;
        left:0px;
        background-color:rgba(0,0,0,0.6);
        transiton:background-color 0.8s ease;
        }

        .AdContainer
        {
        display:flex;flex-direction:column;justify-content:center;height:223px;
        }

        .AdTitle
        {
        margin:0 0 0 2rem;
        font-size:48px;
        line-height:69px;
        font-weight:700;
        color:#fff;
        z-index:10;
        }
        
        .AdSecond
        {
        margin:0 0 0 2rem;
        font-size:28px;
        line-height:41px;
        font-weight:400;
        color:#fff;
        z-index:10;
        max-width:809px;
        }
        
        .MoreButton
        {
        display:flex;
        flex-direction:row;
        position:absolute;
        height:48px;
        width:109px;
        right:48px;
        top:88px;
        font-size:16px;
        line-height:23px;
        font-weight:500;
        background-color:#fff;
        border-radius:48px;
        transition:right 0.3s;
        }
        
        .MoreIcon
        {
            position:absolute;top:0px;right:0px;
            height:48px;
            width:48px;
        background:url('https://www.woodplc.com/?a=251534');
          background-repeat: no-repeat;
          background-position: center center;
          transform: rotate(90deg);
        }
        
        .MoreText
        {
        position:absolute;top:16px;left:24px;
        }
        
        .adholder
        {
        width:1200px;margin:0 auto;position:relative;height:223px;overflow:hidden;
        }
        
        .adholder:hover .MoreButton
        {
        right:36px;
        }
        
        .adholder:hover .overlay
        {
        background-color:rgba(0,0,0,0.8);    
        }
        
         @media only screen and (max-width: 1200px) 
{
  .block1, .block2, .block3, .overlay, .adholder, .AdContainer { width:100%;height:148px;}
  
  .AdTitle
        {
        margin:0 0 0 2rem;
        font-size:32px;
        line-height:48px;
        font-weight:700;
        color:#fff;
        z-index:10;
        }
        
        .AdSecond
        {
        margin:0 0 0 2rem;
        font-size:16px;
        line-height:24px;
        font-weight:400;
        color:#fff;
        z-index:10;
        max-width:544px;
        }
  
        .MoreButton
        {
        top:48px;
        }
  
}
        
        @media only screen and (max-width: 800px) 
{
    
     .block1 {
            position: absolute;
            top: 0;
            left: 0;
            z-index:0;
            width:100%;
            height:168px;
            color:#000;
        }
        
        .block2 {
            position: absolute;
            top: 0;
            left: -1000px;
            z-index:0;
            width:100%;
            height:168px;
            color:#000;
        }
        
        .block3 {
            position: absolute;
            top: 0;
            left: 1000px;
            z-index:0;
            width:100%;
            height:168px;
            color:#000;
        }
        
        .overlay
        {
        width:100%;
        height:168px;
        position:absolute;
        top:0px;
        left:0px;
        background-color:rgba(0,0,0,0.6);
        }

        .AdTitle
        {
        margin:1rem 0 0 1rem;
        font-size:32px;
        line-height:48px;
        font-weight:700;
        color:#fff;
        z-index:10;
        }
        
        .AdSecond
        {
        margin:0 0 0 1rem;
        font-size:16px;
        line-height:24px;
        font-weight:400;
        color:#fff;
        z-index:10;
        max-width:544px;
        }

        .MoreButton
        {
           background:url('https://www.woodplc.com/?a=251534');
        background-repeat: no-repeat;
        background-position: center center;
        position:absolute;
          top:112px;
          right:8px;
          content:"";
          padding:0px;
          height:48px;
          width:48px;
          background-color:#fff;
          border-radius:100%;
          z-index:2;
          transition: right 0.3s;
        }
        
        

        .MoreText, .MoreIcon
        {
        display:none;
        }

         .adholder
        {
        width:100%;margin:0 auto;position:relative;height:168px;overflow:hidden;
        }
        
        .adholder:hover .MoreButton
        {
        top:112px;
        right:4px;
        }
}
