.mobileDummyContentWrapper{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 260px;
    width: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobileDummyContent{
    width: 100%;
    height: auto;
}
.mobile-dummy-content-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100%;
    padding: 6px;
    margin-top: 6px;
}

.header-container-dummy{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
/* margin-bottom: 2px; */
/* color: aliceblue; */
padding: 6px;
}

.heading-dummy{
    font-size: 16px;
    color: #E0E0E0;
}

.card-container-dummy{
    display: flex;
    flex-direction: row;
    padding: 6px;
    overflow-x: auto;
}
.card-dummy{
    height: 120px;
    width: 173.5px;
    margin-right: 10px;
    
}

.card-dummy-inner{
    width: inherit;
    height: inherit;
    position: relative;
    overflow: hidden;
}

.card-dummy img{
    width: inherit;
    height: inherit;
    border-radius: 12px;
    object-fit: cover;
}

.header-container-dummy .heading-dummy{
    color: #E0E0E0;
}
.free-content-wrapper{
    height: 20px;
    width: 35px;
    background-color: #18A0FB;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.play-icon-wrapper{
    height: 20px;
    width: 173.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    bottom: 5px;
    padding: 8px;
    color: #ffffff;
}