@media screen and (min-width: 991px) and (max-width: 6000px) { 
    	
    	.logo-responsive{
    	        width: 100% !important;
            max-width: 350px !important;
    	}
    	.desk-banner{
    	    margin:0px !important;
    	    margin-top:-150px !important;
    	}
    	.hide-desktop{
    	    display:none !important;
    	}

    	
    }
@media screen and (min-width: 0px) and (max-width: 990px) { 
    	.logo-responsive{
    	    width:250px !important;
    	    max-width:250px !important;
    	}
    	.hide-mobile{
    	    display:none !important;
    	}
    	
    }
    
    .embed-container {
        position: relative;
        padding-bottom: 56.25%; 
        height: 0; 
        overflow: hidden; 
        max-width: 100%; 
    } 
    
    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        
    }
    .events-thumbnail{
    padding : 10px;
    border: 1px solid #bababa;
    border-radius: 5px;
    }
    
    .desk-header{
    	    background: linear-gradient(180deg, #ffffff, transparent) !important;
    	}
    	
    .tl-breadcrumb-custom {
    color: var(--white);
    z-index: 2;
    position: relative;
    isolation: isolate;
    z-index: 1;
    background: url(../images/breadcrumb-bg-2.png) no-repeat bottom center !important;
    background-size: cover;
    background-color: #191919 !important;
}
