/* ------ STUFF FIXED IN NEXT JS CSS UPDATE ------- */
/* Format default image, caption, and credits on Stanford Page */
.node .group_s_postcard_image {width:283px; float:right; margin-left:20px; margin-bottom:20px; max-width: 50%;}
.page-node #content-body .group_s_postcard_image .field {margin-bottom:0px;}
.node .group_s_postcard_image { margin-bottom: 0px; margin-left: 0px; width: auto; }
.node .group_s_postcard_image .field-collection-container > .field > .field-items > .field-item { margin-bottom: 1em; margin-left: 1em; margin-right: 0;  max-width: 270px; }
.page-node .content-body .group_s_postcard_content .field {margin-bottom:0;}
.page-node .content-body .postcard-left-wrap > div:first-child, .page-node .content-body .postcard-left > div:first-child { margin-bottom: 1em; margin-right: 1em; }

/* In Stanford Page node body, make sure images are never wider than node body */
.node .group_s_postcard_content img {max-width:100%;}

/* Hide contextual editor on search box */
html.js .region-search-box div.contextual-links-wrapper {display:none;}

/* Media queries */
@media (max-width: 640px) {
.node .group_s_postcard_image {max-width:50%;}
}
@media (max-width: 300px) {
.node .group_s_postcard_image {max-width:100%;}
.node .group_s_postcard_image .field-collection-container > .field > .field-items > .field-item { margin-left: 0; }
.node-type-stanford-course .node .group_s_postcard_image .field-item img { margin-left:0;}
}

/* ------ CUSTOM STUFF ------- */
/* Courses nodes */
.node-type-stanford-course .node .group_s_postcard_image .field-item img { margin-left:1em;}

/* Pubs nodes */
.node-type-stanford-publication .node .group_s_postcard_image .field-collection-container > .field > .field-items > .field-item { margin-left:auto; margin-bottom: auto; }
.node-type-stanford-publication .postcard-left > div:first-child img, .node-type-stanford-publication .postcard-left-wrap > div:first-child img {margin:0;}
