.projects-container{width:100%;max-width:100%;margin:0 auto;padding:0 1rem}@media(min-width: 1025px){.projects-container{width:70%}}.project-widget{max-width:100%;margin:0 auto;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e0e0e0;position:relative}.project-widget:first-child{margin-top:3rem}.project-widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.project-widget__content{display:flex;flex-wrap:wrap;align-items:stretch}.project-widget__text{flex:2;padding-right:20px}.project-widget__title{margin-top:0;margin-bottom:1rem}.project-widget__tools{margin-bottom:1rem}.project-widget__tool{display:inline-block;margin-right:.5rem;margin-bottom:.5rem;padding:.25rem .5rem;background-color:#f0f0f0;border-radius:4px;font-size:.875rem}.project-widget__description{line-height:1.6}.project-widget__image{flex:1;max-width:33.333%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.project-widget__image img{max-width:100%;height:auto;object-fit:contain;max-height:100%;transition:all .3s ease}.project-widget__image.expanded{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;z-index:10;background-color:hsla(0,0%,100%,.9)}.project-widget__image.expanded img{object-fit:contain;max-height:none;max-width:none;width:100%;height:100%}.project-widget__image::after{content:"";position:absolute;top:0;right:0;bottom:0;left:100%;background-color:hsla(0,0%,100%,.9);transition:left .3s ease}.project-widget__image.expanded::after{left:0}@media(max-width: 768px){.project-widget__content{flex-direction:column}.project-widget__text,.project-widget__image{flex:1;max-width:100%;padding-right:0}.project-widget__image{margin-top:1rem}.project-widget__image.expanded{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}}/*# sourceMappingURL=portfolio.css.map */