/*
 Theme Name:   CKIG The 7
 Template:     dt-the7
 Version:      1.0.0
*/

.single-portfolio .full-width-img, 
.single-portfolio .full-width-img figure, 
.single-portfolio .full-width-img div, 
.single-portfolio .full-width-img img {
    width: 100% !important;
    height: auto !important;
}

/* 控制桌面版 Logo 最大寬度 */
.branding a img, .branding img {
  max-width: 360px !important;
  height: auto !important;
}

/* sticky Logo 最大寬度 */
.logo-box a img {
  max-width: 360px !important;
  height: auto !important;
}


/* 控制手機版 Logo 最大寬度 */
.mobile-header-bar .mobile-branding img {
	max-width: 250px !important;
}

