﻿.videoPhoto {
    height:120px !important;
    margin:0 auto;
}

.videoFrame {
    width: 100%;
    height: auto;
    min-height:500px;
}


.table th, .table td {
    white-space: normal !important;
    text-wrap: wrap !important;
    overflow: initial !important;
}

@media screen and (max-width: 900px) {
    .videoPhoto {
        height: 80px !important;
        margin: 0 auto;
    }
    .videoFrame {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
}

@media screen and (max-width: 600px) {
    .videoPhoto {
        height: 80px !important;
        margin: 0 auto;
    }
    .videoFrame {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    text-wrap: wrap !important;
    overflow: initial !important;
}

.fc .fc-daygrid-day-frame {
    height: 200px !important;
}
@media screen and (max-width: 1025px) {

    .fc-dayGrid-view .fc-body .fc-row {
        min-height: 5em;
    }
}


@media screen and (max-width: 600px) {
    .nav-link {
        font-size: 1.25em;
        font-weight: bold;
    }

    .fc-left > h2 {
        font-size: 1.5em;
    }

    .fc-day-number {
        font-size: 0.875em;
    }

    .fc-right > button {
        font-size: 1.125em;
    }

    .fc-button .fc-icon {
        font-size: 1.125em;
    }

    .fc-dayGrid-view .fc-body .fc-row {
        min-height: 6.5em;
    }

    .table, .table > tbody {
        font-size: 1rem !important;
        margin-right: 3em;
    }

    .table td, .table th {
        padding: 0.4rem !important;
    }
}


.pointer {
    cursor:pointer !important;
}