.standardMap {
    width: 85%;
    height: 600px;
}

.fullScreenMap {
    position: relative;
    width: 100%;
    height: 100%;
}

.fullScreenToggle {
    position: absolute;
    top: 12px;
    left: 12px;
    line-height: 1;
    width: 26px;
    height: 26px;
    background: url("https://www.gov.nl.ca/ti/files/full-screen-2.png") no-repeat top left;
}

.fullScreenMap .fullScreenToggle {
    background: url("https://www.gov.nl.ca/ti/files/small-screen.png") no-repeat top left;
}

.fullScreenToggle span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
