#dbp-content-desktop {display: block;}
    #dbp-content-mobile {display: none;}
	
    @media screen and (max-width: 1100px) 
{
    #dbp-content-desktop {display: none;}
    #dbp-content-mobile {display: block;}
    }
	
.ifrm_mobile
	{
		width:100% !important;
		height:100px;
	}
	
	.ifrm_desktop
	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		border: 0;
	}
	
	.div_desktop
	{
		position: relative; 
		overflow: hidden;
		padding-top: 83.06%;
		
	}
	
	/*position Textblock in Image Galery */
	

