.yt-spacing .palm-one-whole:first-child{padding:0 10px 0 10px!important;margin-top:15px!important}.yt-spacing .palm-one-whole{padding:0 10px 0 10px!important;margin-top:15px!important}div.hero-blurb>.amazing-wrapper{max-width:1000px;margin-top:30px}.amazing-wrapper .left-div{float:left;width:44%;line-height:1.5}.amazing-wrapper .right-div{float:right;width:50%}.ipsum-column-2 .kstl-rich-text p{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.ipsum-column-2 .kstl-rich-text iframe{position:absolute;top:0;left:0;width:100%;height:100%}.centeredContent .no-learn-more p.cta-articles{display:none}.related-items-container .kstl-image-wrapper a.track{display:block;text-align:center}.breadcrumbs-wrapper{max-width:980px;margin:0 auto}.breadcrumbs-wrapper.below-banner{max-width:inherit;margin-left:40px;text-transform:uppercase;font-size:12px;font-family:KelloggsSansRegular}.breadcrumbs-wrapper.below-banner .breadcrumbs-content{padding-top:20px}.breadcrumbs-wrapper.below-banner .breadcrumbs-content ul li a{color:#2c2c2c}.breadcrumbs-wrapper ul{list-style:none;margin-left:0}.breadcrumbs-wrapper ul li{position:relative;display:inline-block;margin-right:17px}.breadcrumbs-wrapper ul li span{display:inline-block;font-size:12px;font-family:KelloggsSansRegular;color:#2c2c2c;text-transform:uppercase;text-decoration:none}.breadcrumbs-wrapper ul li::after{content:"";display:inline-block;width:8px;height:13px;margin-left:20px;margin-bottom:-2px;opacity:.2;background:url(/content/dam/Australia/kelloggs_au/images/icon-arrow-right.png) 0 50% no-repeat transparent}.breadcrumbs-wrapper ul li:last-of-type::after{display:none}.breadcrumbs-wrapper ul li.home-item img{margin-bottom:-9px}.grid.with-bg-white.no-top-space{margin-top:15px!important;padding-top:0!important}@media (min-width:767px){#nutrition-modal .modal-body{max-height:100%;width:100%}#nutrition-modal.modal.fade.in{top:33%}}@media (max-width:601px){body .productDetail .multiContentGrid,html .productDetail .multiContentGrid{padding-top:0!important}.productDetail .kstl-related-products{margin-top:0}body .productDetail .wideColumn,html .productDetail .wideColumn{padding:0 20px!important}.leftColumn .kstl-product-header{margin-top:0;padding-left:0;padding-right:0;font-family:KelloggsSansRegular;font-size:28px}body section .productDetail .leftColumn{padding:0 20px 0!important}.recipeDetail .kstl-recipe-name{padding-bottom:10px;font-size:36px}.breadcrumbs-wrapper.below-banner{display:none}}@media (max-width:601px){.amazing-wrapper .left-div{width:100%;line-height:1.5;margin-top:0}.amazing-wrapper .right-div{float:right;width:100%}.paddingMobile{padding-left:15px;padding-left:15px}}
/* Nutrition modal css */
.modal {
    left: 33%!important;
    width: 1000px!important;
    /* height: 1210px!important; */
	height: 100%;
}

.modal-body {
    padding: 15px;
} 

@media (max-width: 767px) {
    .modal {
    left: 0!important;
    width: auto !important;
    /* height: auto !important; */
}
}

@media (min-width: 768px) and (max-width: 1023px) {
    #nutrition-modal .modal-body {
    max-height: 830px;
}
	.modal{
    left: 49%!important;
    width: 574px!important;
}
}

@media (min-width: 767px){
#nutrition-modal.modal.fade.in {
	max-height: 100%;
	overflow-x: auto;
	padding-bottom: 5em;
	top: 20em;
	overflow-y: hidden;
}
}