@media screen and (min-width: 769px) {
.ec {
	height: 340px;
	}
nav .nav__inner .nav__list--01 li .subnav .sublink--02 {
        background: url(/assets/img/subnav_nibbles_hover_03.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
.milk__pkg {
width: 60vw;
}
.dark__pkg {
width: 60vw;
}
}

