
     .cp-sitebody img {
            width: 100%;
          
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;

        }
        .cp-sitebody-inside img{
          max-width: 1500px;
        }

        .cp-footer img{
          max-width: 1100px;
      
        }
          .cp-footer {
          background-color: #272828;
      
        }

        .cp-sitebody {
          width: 100%;

        
          justify-content: center;
          align-items: center;
            margin: 0 auto;
            text-align: center;
          
            vertical-align: middle;
            object-fit: cover;
        }

        .cp-desktop{
          display: block
        }

        .cp-mobile{
          display: none;
        }
       
       
    
  

    
    
      @media screen and (max-width: 768px) {
          .cp-desktop{
          display: none;
        }

        .cp-mobile{
          display: block;
        }

        
        
      }