#new_Mobile_slideshow-container{
    text-align: left;
    flex-wrap: wrap;
    /*overflow-x: hidden;*/
    max-height: 100%;
    /*max-height: ;*/
    width: 100%;
    background: #ffffff;
    display: flex;
    flex-flow: wrap;
    /*padding: 10px 15px;*/
    padding-bottom: 50px;
    overflow-y: scroll;
    height: 100%;
}

#new_Mobile_slideshow-container::-webkit-scrollbar {
    width: 0px;
}
.new_Mobile_mySlides{
    height: 25vh;
    width: 21vw;
    margin: 30px 10px;
    /* grid-template-rows: 80% 20%; */
    display: grid;
    grid-auto-flow:  row;
    /*padding: 3px;*/
    background: #FFFFFF;
    /*border-radius: 3px;*/
    border: 1px solid rgba(0,0,0,0.20);
}
.new_Mobile_imageSlide{
    /*width: 21vw;*/
    height: 18.6vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.new_Mobile_text{
    /* width: 100%; */
    padding: 1px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 6.3vh; */
    background: #F5F5F5;
    font-size: 13px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0;
    /* border: 1px solid rgba(0,0,0,0.20); */
}
.new_Mobile_fullScreenView{
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    z-index: 9999;
    display: grid;
    grid-template-rows: 50px 1fr;
}
.new_Mobile_topBar{
    width: 100%;
    display: inline-grid;
    height: 50px;
    grid-template-columns: 20% 60% 20%;
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
}
.new_Mobile_ImageFullScreen{
    width: 100%;
    height: 92vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.new_Mobile_closeFullScreen{
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 28px;
    align-self: center;
    /*top: 1vh;*/
    display: grid;
    background-image: url('../images/icons/back arrow.svg');

}
.new_Mobile_titleFullScreen{
    /*width: 80vw;*/
    /* height: 7vh; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-self: flex-start;
    display: grid;
    font-size: 18px;
}
#new_Mobile_imgCount{
    align-content: center;
    display: grid;
    font-size: 18px;
}
.new_Mobile_video{
    width: 100%;
    height: inherit;
}
