@media screen and (min-width:769px) 
{
    .mobile-banner-pro
    {
        visibility: hidden;
        display: none;
    }
}
@media screen and (max-width:768px) 
{       
    .mobile-banner-pro
    {
        margin-top: 13%;
        height: auto;
        width: 100%;
        background-color: black;
    }
    .rk
    {
        margin: 0%;
        background-color: white;
        height: 100%;
        width: 100%;
        padding:4% 0% 2% 0%;
        overflow: hidden;
    }
    .rk .firstitem
    {
        display: block;
        height: 70vh;
        width: 100%;
    }

    .seconditem
    {
        display: block;
        height: 100%;
        width: 100%;
    }
    .firstitem .banner-pt-1-rs,.seconditem .banner-pt-2-rs
    {
        float: center;
        margin-left: 5%;
        overflow: hidden;
        width: 90%;
        height: 95% !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .firstitem .banner-pt-1-rs
    {
        padding-top: 5vh;
        padding-bottom: 5vh;
        border-radius: 3%;
    }
    .seconditem .banner-pt-2-rs
    {
        border-radius: 5%;
        padding-top: 5vh;
        padding-bottom: 12vh;
    }
    .banner-pt-1-rs .text-area,.banner-pt-2-rs .text-area
    {
        z-index: 2;
        justify-content: center;
        align-items: center;
        vertical-align: bottom;
        width: 70%;
        margin-left: 10%;
        height: 100%;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        color: #fff;
    }
    .banner-pt-1-rs:hover,.banner-pt-2-rs:hover
    {
        overflow: hidden;
        background-position: center;
        transition: all 2s ease-in-out;
    }
    @supports (-webkit-text-stroke: 1px black)
    {
        .banner-pt-1-rs .text-area h1,.banner-pt-2-rs .text-area h1
        {
            -webkit-text-stroke: 1px #fff;
            -webkit-text-fill-color:transparent;
            text-transform: capitalize;
            transition: all 1s ease-in-out;
            margin: 0;
            text-align: left;
        }   
        .banner-pt-1-rs .text-area h1:hover,.banner-pt-2-rs .text-area h1:hover
        {
            -webkit-text-stroke: 1px #fff;
            -webkit-text-fill-color:#fff;
            text-transform: capitalize;
            transition: all 1s ease-in-out;
            margin: 0;
        }
        .banner-pt-1-rs .text-area h1,.banner-pt-2-rs .text-area h1
        {
            font-size: 2.5em;
        }
    }
    .text-area p
    {
        display: block;
        text-align: left;
        color: white;
        font-size:medium;
        padding-top: 5%;
        width: 80%;
        margin-bottom: 5%;
    }
    .text-area a
    {
        border: none;
        background-color:rgb(74, 0, 74) !important;
        color: white;
        padding: 2%;
        float: left;
        font-size: large;
        margin-left: 10%;
        cursor: pointer;
        border-radius: 4%;
    }
    .text-area a:hover
    {
        color: red;
        transform: all 0.5s ease-in-out;
    }
}