@media (min-width: 360px), (max-width: 767px){
    
    
    .Project_wrapper
    {
        margin-top: .4vh;
     
        padding-bottom: 150px;
        background-color: #fff;
    }
    .img-area
    {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    align-items: center;
    justify-content: center;
    }
    
    .Project_wrapper .img-area .imgbox
    {
        width: 90vw;
        height: 60vw;
        border: 1px solid rgb(0, 0, 0);
        box-shadow: 0 0 60px 1px #000000;
        position: relative;
        overflow: hidden;
        margin: 120px 20px 20px;
        border-radius: 6px;
        background-color: rgb(27, 39, 49);
        -webkit-box-reflect: below 1px linear-gradient(transparent , transparent , #0006);
        
    }
    
    .Project_wrapper .img-area .imgbox img 
    {
        height: 100%;
        width: 100%;
       transition: 2s;
       opacity: 0.5;
       background-size: auto;
       background-origin: border-box;
       background-position: center;

    }
    
    .Project_wrapper .img-area .text
    {
        position: absolute;
        bottom: 0;
        left: 0;
        background:#6c7479e5;
        width: 100%;
        line-height: 3em;
    }
    .Project_wrapper .img-area .text a
    {
        text-decoration: none;
        position: relative;
        font-size: 18px;
        display: inline;
       margin-left: 8px;
       color: #fff;
    }
    .Project_wrapper .img-area .text p
    {
        text-decoration: none;
        position: relative;
        font-size: 18px;
        float: right;
      margin-right: 10px;
       color:  rgb(255, 255, 255);
       text-shadow: 0 0 5px #dddddd, 0 0 10px #c5c5c5, 0 0 10px #c7c7c7;
    }
    
    .Project_wrapper .img-area .text a:hover
    {
        cursor: pointer;
        color: #ffffff;
        text-shadow: 0 0 5px #dddddd, 0 0 10px #c5c5c5, 0 0 10px #c7c7c7;
        transition: 0.5s;
    }
    .Project_wrapper .img-area .single-img:hover
    {
       transition: .9s;
       transform: scale(1.03);
       opacity: 1;
    }


    /* Hover effect On IMG */
    .Project_wrapper .img-area .imgbox .layer
    {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: -webkit-linear-gradient(to top, #2c3e50cc, #bdc3c7bb);  /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to top, #2c3e50d0, #bdc3c7d5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      z-index: 1;
      transition: 0.5s;
    }
    
    .Project_wrapper .img-area .imgbox:hover .layer
    {
     
     bottom: 0vh;
      height: 11vh;
    
    }
    .Project_wrapper .img-area .imgbox .layer .content
    {
   
      position: relative;
      z-index: 2;
      display: none;
      width: 100%;
      top: 6vh;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     text-align: center;
     justify-content: center;
    }
    .Project_wrapper .img-area .imgbox .layer .content span
    {
      display: none;
      color: #fff;
      justify-content: center;
      order: 4;
      max-height: 40px;
      text-align: center;
      font-size: 16px;
      margin: 0px 10px 0px 10px;
  
    }
    .Project_wrapper .img-area .imgbox:HOVER .content span
    {
      display: block;
    }
    /* .card:HOVER .content p
    {
      position: absolute;
      bottom: -80px;
      color: #fff;
    } */
    .Project_wrapper .img-area .imgbox .layer .img-box
    {
      overflow: hidden;
    }


    .Project_wrapper .img-area .imgbox .layer .project-layer-button , .Project_wrapper .img-area .imgbox .layer .project-layer-button2
  {
    /* border-radius: 10px; */
    font-size: 20px;
    position: absolute;
  
    top: 0%;
display: none;
border: none;
color: #fff;
text-decoration: none;
text-align: center;
background-color: rgba(255,255,255,0.15);
transition: 0.5s;
height: 5vh;
width: 49.8%;
line-height: 5vh;
  }
  .Project_wrapper .img-area .imgbox .layer .project-layer-button
  {
    left: 0%;
  }
  .Project_wrapper .img-area .imgbox .layer .project-layer-button2
  {
    right:0%;
  }
  .Project_wrapper .img-area .imgbox .layer .project-layer-button:hover , .Project_wrapper .img-area .imgbox .layer .project-layer-button2:hover
  {

    background-color: rgba(4, 226, 255, 0.562);
   /* transform: scale(1.05); */
    text-shadow: 0 0 5px #dddddd, 0 0 10px #c5c5c5, 0 0 10px #c7c7c7;
    transition: 0.5s;
cursor: pointer;
  }
 
  .Project_wrapper .img-area .imgbox:hover .layer  .project-layer-button ,   .Project_wrapper .img-area .imgbox:hover .layer  .project-layer-button2
  {
   display: block;
   
  }
    }

    @media (min-width: 768px)
    {
        .Project_wrapper
        {
            display: none;
        }
    }