#j_cook .little {
    margin-top: 45px;
}
#j_cook .less {
    margin-top: 20px;
}
#j_cook p{
    line-height: 30px;
    font-size: 16px;
}
#j_cook .bold{
	font-weight: 500;
}	
#j_cook .info{
    line-height: 32px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#j_cook .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#j_cook p{
	line-height: 29px;
}
#j_cook .sketch_row {
    display: flex;
    justify-content: space-between;
}
#j_cook .middle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#j_cook .resize {
    font-size: 20px;
}
#j_cook .graphic {
    display: flex;
}
#j_cook .graphic > img {
    margin: 0 auto;
}
#j_cook .column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#j_cook .image_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:0 30px;
}
#j_cook .sketch_row_indigo {
    display: flex;
    align-items: center;
}
#j_cook .sketch_row_indigo p {
    margin: 0 0 0 20px;
}
#j_cook .sketch_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#j_cook .sketch_row_in {
    display: flex;
}
#j_cook .sketch_row.cuisine img {
    display: block;
}

/* Video */
#j_cook .video{
	margin-top: 150px;
}
#j_cook .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

#j_cook .video-wrapper iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

/* About */
#j_cook .homeworld {
    display: flex;
}
#j_cook .review {
    margin-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#j_cook p.review_text {
    font-size: 14px;
    line-height: 30px;
    margin: 1em 0;
}
#j_cook h3.half {
    font-size: 36px;
    margin: 0;
}



