@media (max-width: 768px) {

    .showcase-area {

        /* display: block;
        margin-left: auto;
        margin-right: auto;
        height: 70vh;
        color: rgba(0, 0, 0, 0.9);
        background: url("images/real-estate-consultant-sviva.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
      }

      .showcase-img{

        width: auto;
        max-width: 60%;
        height: auto;
        margin-left: auto;
        margin-right: auto; 
      }
      
      .showcase-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3rem;
        justify-content: top;
        height: 100%;
        font-size: 1rem;
        text-align: center;
      }
      
      .main-title {
        text-transform: uppercase;
        margin-top: 1.5em;
      }

      .pshow {
        padding: 1rem;

        position: absolute;
        top: 55vh;
      }


}