.iconPanel {
    top: 10px;
    left: 30px;
    z-index: 1000;
}

.placeIconMarker img.type-1{
    height: 30px;
}

.placeIconMarker img{
    margin-top: -32px;
    margin-left: -14px;
    height: 25px;
    11width: 40px;
}

.placeIconPopup{
    width: 200px;
}

.placeIconPopup img{
    border: 0 solid #18244a;
    background-color: #fff;
    height: 30px;
}

img.church{
    height: 45px;
}

.leaflet-div-icon {
    background: transparent;
    border: none;
}

/*VIDEO*/
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Map*/
#map-wrapper{
    position: relative;
}

#map{
    height:80vh;
}

.map-operation img {
    height: 30px;
}

#map-scroll{
    width: 50px;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;

    opacity: 0.8;
    z-index: 1020;
}

@media(min-width: 768px){

    #map{
        height: 90vh;
    }

    #map-scroll{
        display: none;
    }

    #map-panel{
        background-color: #000a27;
        color: #fff;
        height: 90vh;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        z-index: 1020;
        overflow: scroll;
    }
}

