.news{width:100%;display:flex;min-height:800px;align-items:center;justify-content:center;min-height:calc(100vh - 31px)}.news .story h3{width:100%;font-size:23px;color:#faa;text-align:center}.news .articles .image img{min-height:300px;min-width:60vw}.news .articles .image{width:90%;display:flex;height:300px;margin:7px 0;max-width:90%;overflow:hidden;max-height:300px;align-items:center;justify-content:center;background-color:#fff;border:3px solid #fff;box-shadow:0 0 3px #ababab}.news .about h2{color:#ffdada;text-align:center;text-shadow:0 0 3px #bc5151}.loading{width:100%;text-align:center}.news .articles{display:flex;align-items:center;flex-direction:column}.news .articles .story,.news .articles li.story{display:flex;padding:20px;padding-top:0;width:fit-content;align-items:center;margin-bottom:500px;flex-direction:column;justify-content:center}.news .articles .story.left{margin-left:200px}.news .articles .story.right{margin-right:200px}.news .articles .story:active,.news .articles .story:hover{cursor:pointer;background-color:#fff7f7}.news .articles .story:active .image,.news .articles .story:hover .image{border-color:#faa}.news .articles .details{width:80vw;display:flex;flex-wrap:wrap;max-width:900px;align-items:center;justify-content:center}.news .articles .details .image{width:40%;min-width:400px}.news .articles .details .summary{width:350px;overflow:hidden;min-height:300px;max-height:300px;margin-left:50px;padding-left:50px;border-left:1px solid #ffdada}@media only screen and (max-width:1250px){.news .articles .image img{min-height:300px;min-width:100vw}.news .about h2{width:90%}}@media only screen and (max-width:1070px){.news .articles .details .summary{margin:0;padding:0;border:none;min-height:fit-content}.news .articles .details{flex-direction:column}.news .articles .story.left,.news .articles .story.right{margin-left:0;margin-right:0}}