@media screen and (min-width: 0px) and (max-width:0px) {

    .thumbnail {
    min-height: 120px;
    }
    
    .videoGridItem {
    height: 100%;
    width: 48%;
    float: left;
    margin: 0 2% 8% 0;
    position: relative;
    display: block;
    }
    .videoGridItem .thumbnail {
    border-radius: 15px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))!important;
    }
    video#videoElementID {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: 15px !important;
    }
    
    .videoGrid {
    width: 100%;
    
    display: block;
   
    }
    
    }









    .suggestions .videoGridItem .thumbnail {
        margin-right: 8px;
        width: 170px;
        height: 96px;
        margin-bottom: -2px;
        border-radius: 7px;
    }
    
    #mastHeadContainer button img {
        width: 19px;
    }
    @media only screen and (max-width: 600px) {
        
    }
    
    .videoGridItem .thumbnail .duration {
        bottom: 0;
        right: 0;
        position: absolute;
        margin: 4px;
        color: #fff;
        background-color: rgba(17,17,17,0.8);
        opacity: 0.8;
        padding: 2px 4px;
        border-radius: 2px;
        letter-spacing: 0.5px;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        display: block;
    }
    
    #mastHeadContainer .logoContainer {
        width: 150px;
        padding-right: 220px;
    }
    .profilePicture {
        height: 100%;
        border-radius: 80px;
    }
    .navShowHide {
        padding: 0.6rem;
        font-size: 0.7rem;
        cursor: pointer;
    }           
    #mastHeadContainer .logoContainer img {
        height: 22px !important;
        margin-left: 16px;
    }
    #mastHeadContainer .rightIcons img {
        cursor: pointer;
        width: 40px;
        height: 40px;
        padding: 8px;
        box-sizing: border-box;
        border: none;
        background-color: transparent;
    }
    #mastHeadContainer .searchBarContainer .searchBar {
        flex: 1;
        max-width: 550px;
        color: #111;
        padding: 4px 10px;
        font-size: 14px;
        font-weight: 100;
        border: 1px solid #ccc;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-right: none;
        height: 40px;
        box-shadow: #eee 0px 1px 2px 0px inset;
    }
    #mastHeadContainer .searchBarContainer .searchButton {
        height: 40px;
        background-color: #f8f8f8;
        border: 1px solid #d3d3d3;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
        cursor: pointer;
        width: 65px;
    }
    
    .videoGridHeader {
        display: flex;
        margin: 10px 0;
        padding-bottom: 10px;
        border-bottom: 0px solid #e8e8e8;
    }
    
    #mastHeadContainer {
        width: 99%;
        height: 56px;
        position: fixed;
        top: 0;
        left: 0;
        padding: 7px 22px;
        box-sizing: border-box;
        border-bottom: 0px solid #e8e8e8;
        background-color: #fff;
        z-index: 1;
        display: flex;
        align-items: center;
        z-index: 11;
    }
    
    .watchLeftColumn .videoPlayer {
        width: 100%;
        aspect-ratio: 0;
        background-color: #000;
        border-radius: 10px;
    }
    
    #mainContentContainer {
        padding: 0px 25.5px;
        display: flex;
        flex: 1;
    }
    
    .videoGridItem .details .title {
        margin: 8px 0;
        max-height: 39px;
        overflow: hidden;
        font-size: 14.5px;
        font-weight: 500;
        line-height: 16.9px;
        color: #212529;
    }
    
    .secondaryInfo {
        border-bottom: 0px solid #dedede;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .commentSection .header .commentForm .postComment, .itemContainer .commentForm .postComment, .itemContainer .commentForm .cancelComment {
        height: 33px;
        background-color: #2692E6;
        color: #fff;
        font-weight: 500;
        border: none;
        padding: 0 15px;
        border-radius:10px;
    }
    
    .secondaryInfo .topRow .button {
        padding: 6px 15px;
        cursor: pointer;
        font-weight: 500;
        border-radius: 10px;
        border: none;
        font-size: 14px;
    }
    
    #sideNavContainer {
        background-color: white;
        padding-top: 66px;
        position: fixed;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        width: 208px;
        z-index: 10;
    }
    
    .coverPhotoContainer .coverPhoto {
        width: 100%;
        object-fit: cover;
        max-height: 158px;
        vertical-align: middle;
        border-radius: 20px
    }
    
    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }
    
    .profileContainer .channelContent {
        padding: 20px;
        background-color: #fff;
        border: 0px solid #ddd;
        border-top: none;
    }
    
    .nav-tabs .nav-link {
        border: 0px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    
    .profileHeader .buttonContainer .buttonItem button {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        border: none;
        border-radius: 10px;
        cursor: pointer;
    }
    
    .suggestions {
        max-width: 460px;
        flex-grow: 1;
        height: 100%;
        padding-left: 24px;
    }
    
    .videoGridItem .thumbnail img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    
    .h2, h2 {
        font-size: 1rem;
    }
    
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 100;
        line-height: 1.2;
        color: inherit;
    }
    
    .videoGridItem .details .title {
        margin: 8px 0;
        max-height: 39px;
        overflow: hidden;
        font-size: 14.4px;
        font-weight: 500;
        line-height: 16.9px;
        color: #212529;
    }
    
    *, ::after, ::before {
        box-sizing: inherit;
    }
    
    .videoGridItem {
        height: px;
        margin-right: 17px;
        margin-bottom: 10px;
        display: flex;
    }

    .videoGrid {
        width: 100%;
        margin-left: 0%;
        display: block;
    }
    
    .watchLeftColumn .videoPlayer {
        width: 100%;
        aspect-ratio: 0;
        background-color: #000;
        border-radius: 10px;
    }
    
    .watchLeftColumn {
        flex: 1;
    }
    
    .suggestions {
        max-width: 399px;
        flex-grow: 1;
        height: 100%;
        padding-left: 24px;
    }
    
    @media screen  and (max-width: 0px) {
    
        
        .videoGridItem .thumbnail {
        border-radius: 15px;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        min-width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))!important;
        }
        video#videoElementID {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 100%;
        border-radius: 15px !important;
        }
        
        .videoGrid {
        width: 100%;
        margin-left: 0%;
        flex-wrap: nowrap;
        display: block;
        padding-block: 12px;
        }
        
        }
    
    
    
    .videoGrid.large .videoGridItem .thumbnail {
        width: 170px;
        height: 96px;
        margin-right: 16px;
    }
    
    
    
    #mainContentContainer {
        padding: 0px 24px;
        display: flex;
        flex: 1;
        padding-block: 4px;
    }
    
    .videoGridItem .thumbnail img {
        width: 100%;
        height: 100%;
        border-radius: 7px;
        height: 100px;
        width: 170px;
    }
    
   
    @media only screen and (max-device-width : 640px) {
    
        .watchLeftColumn .videoPlayer {
         width: 200%;
         aspect-ratio: 0;
         background-color: #000;
         border-radius: 10px;
        }
    }
    @media only screen and (max-device-width : 640px) {
    
        .watchLeftColumn .videoPlayer {
         width: 100%;
         aspect-ratio: 0;
         background-color: #000;
         border-radius: 10px;
         position: fixed;
         z-index: 4;
         }
         .videoInfo {
        width: 100%;
        padding: 58% 0 8px 0;
        }
         #mainContentContainer {
         padding: 0px 0px;
         display: flex;
         flex: 1;
         padding-block: 4px;
         
         
         }
         .videoGridItem {
         height: 295px;
         margin-right: 0px;
         margin-bottom: 10px;
         padding-bottom: 30px;
         display: flex;
         flex-direction: column;
         }
         .suggestions {
         max-width: 399px;
         flex-grow: 1;
         height: 100%;
         padding-left: 24px;
         padding-block: 1200px;
         display: flex;
         display: none;
         justify-content: flex-end;
         }
         .videoGridItem .thumbnail img {
         width: 100%;
         height: 100%;
         border-radius: 7px;
         height: 600px;
         width: 1530px;
        }
        
        .suggestions .videoGridItem .thumbnail {
        margin-right: 3px;
        width: 970px;
        height: 545px;
        }
    
        #mastHeadContainer {
            width: 100%;
            height: 56px;
            position: fixed;
            top: 0;
            left: 0;
            padding: 7px 22px;
            box-sizing: border-box;
            border-bottom: 0px solid #e8e8e8;
            background-color: #fff;
            z-index: 1;
            display: flex;
            align-items: center;
            z-index: 11;
        }
       
        .suggestions .videoGridItem .thumbnail {
           
            float: left;
            margin: 0 2% 0% 0;
            
        }

        .secondaryInfo {
            border-bottom: 0px solid #dedede;
            padding-bottom: 0px;
            margin-bottom: 0px;
            padding-right: px;
        }

        .videoInfo .bottomSection .controls {
            flex: 1;
            text-align: right;
            padding-right: px;
        }
        .videoGridItem .thumbnail .duration {
            bottom: 0px;
            margin: 0 6px 0 0;
            margin-block: 10px;
        }
        
        .commentSection .header {
            margin-top: 13px;
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
        }
    }
    
    
    @media screen and  (max-width:700px) and (max-device-width:640px) {
        .suggestions .videoGridItem .thumbnail {
           
            float: left;
            margin: 0 2% 0% 0;
            position: relative;
            display: block;
        }
    
        video#videoElementID {
            
            padding: 0;
            margin: 0;
            
            border-radius: 0px !important;
        }

        .thumbnail {
            min-height: 120px;
            }
            
            .videoGridItem {
            height: 100%;
            width: 100%;
            margin: 0 2% 0% 0;
            position: relative;
            display: block;
            }
            .videoGridItem .thumbnail {
            border-radius: 15px;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            min-width: 100%;
            grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))!important;
            }
            video#videoElementID {
            width: 100%;
            padding: 0;
            margin: 0;
            
            border-radius: 0px !important;
            }
            
            .videoGrid {
            width: 100%;
            margin-left: 0%;
            flex-wrap: nowrap;
            display: block;
            position: relative;
            }
    
    
    }  
    


































































































       
  
   
   







































   
   
  
</style>