 @media (min-width: 1366px) {
        .flash_container {
            height: 550px;
        }
    }
	@media (min-width: 1200px) {
        .flash_container {
            height: 499px;
        }
    }

    /* Landscape tablets and medium desktops */
    @media (min-width: 992px) and (max-width: 1199px) {
        .flash_container {
            height: 410px;
        }
    }

    /* we don't need all these presets 
       because you are showing an image 
       instead of the flash object 
    */

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {
		
	}

 
	

    /* Portrait phones and smaller */
    @media (max-width: 480px) {}