img {
    /*max-width: 100%;
    max-height: 100%;

    */
    width: 100%;
    height: auto;
}

.row {    
    margin-bottom: 40px;
}

#stories { 
	width: 60px;
	height: 60px; 
	border-radius: 50%;
	cursor: pointer;
}

#storyPhoto {
	width: 250px;
	position: relative;
}

#x {
	position: absolute;
	top: 5px;
	right: 20px;
	height: 25px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

#storyPic {
	position: relative;
}

#storyRow {
    margin-bottom: 0px;
    margin-top:0px;
}