.booking {
    background-color: rgb(8, 199, 130)!important;
}
.peta iframe {
    width: 500px;
    height: 300px;
}
.video-galeri iframe {
    width: 800px;
    height: 500px;
}
@media (max-width: 767px) {
    .col-sm-3 {
        width: 50%;
        float: left;
    }
}

.logo-client {
    width: 280px;
    padding-right: 25px;
}

@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
    .peta iframe {
        width: 350px;
        height: 300px;
    }
    div.fc-popover {
        top: 0px!important;
        left: 0px!important;
    }
    div.scrollmenu {
        overflow: auto;
        white-space: nowrap;
    }
    .video-galeri iframe {
    width: 350px;
    height: 300px;
}
}

.fc-event, .fc-event:hover {
color: #fff !important;
text-decoration: none;
}
.kotak {
    background-color: #FFF;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.kalender {
    padding: 20px;
}
.fc-more-popover {
    max-height: 40%;
    overflow-y: auto;
}

@media only screen and (max-width: 600px)
{
    .fc-more-popover {
        max-height: 100%;
        overflow-y: auto;
    }
    #calendar1
    {
        width: 400px;
        height: 400px;
        margin: 0 auto;
        font-size: 10px;
    }
    .kalender {
        padding: 5px;
    }
    .fc-more {
        font-weight: bold;
    }
    .fc-center {
        margin-top: 20px;
    }
    div.scrollmenu {
        overflow: auto;
        white-space: nowrap;
    }
    .video-galeri iframe {
        width: 350px;
        height: 300px;
    }
}