#side-menu {
    width: 235px ;
}
.scrollY
    {
    width:  900px; 
    /* overflow: scroll; */
   /*border:1px solid black;*/
    overflow-x: scroll;
    white-space: nowrap; 
    }
    
    
.scrollY::-webkit-scrollbar-track
{
 
    height:1px;
    display:none;
	background-color: #F5F5F5;
}

.scrollY::-webkit-scrollbar
{
	width: 2px;
	height: 6px;
	background-color: #F5F5F5;
}

.scrollY::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.scrollY::-webkit-scrollbar-button { 
            display: none; 
        } 



     @media (max-width: 767px)
    {
    .scrollY
    {
    width: 350px;
    /* overflow: scroll; */
   /*border:1px solid black;*/
  overflow-x: scroll;
  white-space: nowrap; 
    }
    }
    .scroll-h
    {
        width:250px !important; 
        float:right !important;
        text-wrap: wrap !important;
        font-size: 18px !important;
    }
    .iframe-video
    {
        border:0;width:750px;height:405px;
    }
    .iframe-video-modal
    {
        width:750px;
    }

    .iframe .modal-body
    {
        padding:0 !important;
    }
    @media (max-width: 767px)
    {
        .iframe-video
        {
            width:100% !important;
            max-width: 100%;
        }
        .iframe-video-modal
        {
            width:100%;
        }

        
    }