﻿
.panorama {
    position: relative;
    padding-bottom: 33.333%;
    height: 0;
    overflow: hidden;
}

    .panorama iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.Main-Jesus div[class^="C-Item"] {
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
}


.Main-Jesus .C-Item1 {
    padding-right: 5px;
}

.Main-Jesus .itemtxt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
    font-size: x-large;
}


    .Main-Jesus .itemtxt a {
        color: #fff;
        text-decoration: none;
    }

.Main-Jesus .itemfilter {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    opacity: 0;
}

.div[class^="C-Item"] .itemfilter {
    background-color: none;
}


.C-Item0 .itemfilter:hover {
    background-color: rgb(129,77,153) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .9;
}

.C-Item1 .itemfilter:hover {
    background-color: rgb(62,173,92) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .9;
}

.C-Item2 .itemfilter:hover {
    background-color: rgb(0,103,178) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .9;
}

.C-Item3 .itemfilter:hover {
    background-color: rgb(230,54,18) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .9;
}


.Main-Matn {
    padding: 5px;
    background-color: azure;
    border-radius: 4px;
    margin: 1px;
}



/*////////////////////////////////////////////////*/


