﻿@media (max-width: 440px) {
    #openPresentationModal {
        max-width: 150px;
    }
}

@media (max-width: 1200px) and (min-width: 990px) {
    #openPresentationModal {
        max-width: 180px;
    }
}