/*
Theme Name: dp-escena_child_01
Template: dp-escena
Description: ヘッダーに画像追加
Author: SAIANI
Version: 1.0.1
*/

#header-content {
	display: flex;
	align-items: center; /* 高さを揃えたい場合 */
	flex-wrap: wrap;     /* 必要に応じて折り返しを許可 or 防止 */
}

#header-images {
	margin-left: 30px !important;
    height: 30px !important;
	width: auto;
	display: flex !important;
	align-items: center !important;
}

@media (max-width: 480px) {
  #header-images {
    display: none !important;
  }
}

#header-images img {
    height: 30px !important;
    width: auto !important;
    max-width: 100%;
    vertical-align: middle;
}

#header-other {
	margin-left: auto;
}