.portfolio-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.portfolio-section .container {
    padding: 1.5rem!important;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
/*Disables scroll lock but doesn't stop snapping to the top of the page*/
body.modal-open {
    overflow: visible;
}
