/*Fullscreen icon*/
.fullscreen {
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    fill: white !important;
    cursor: pointer !important;
}

.fullscreen:hover,
.fullscreen:hover path {
    stroke: #c30000 !important;
    fill: #c30000 !important;
}
