.img-max-height img, .img-max-height video {
    max-height: calc(100vh - 100px);
    padding: 0 0 5% 0;
}

.pb-100 {
    padding-bottom: 100px;
}

.link-hover-strike a:hover {
    color: lightblue;
}


.padding-25 {
    padding-right: 25%;
}


@media (max-width: 978px) {
    .padding-25 {
        padding-right: 0;
    }
}

@font-face {
    font-family: "NeueMontrealBold";
    src: url("fonts/NeueMontreal-Bold.otf") format("opentype");
}