.fullscreen-mode-trigger {
    position: absolute;
    right: 1%;
    bottom: 1%;
    display: block;
    width: auto;
    height: 60px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    background-color: white;
    border-radius: 12px;
    color: transparent;
}
@media (min-width: 1250px) {
    .fullscreen-mode-trigger {

    }

}
