.calender_div{display: none;}
.orgg {/* margin-top: 20px; */}
.orgg > div { 
    float: right;
    width: 50%; 
}
.orgg > div:first-child > img, .orgg > div:nth-child(2) > img {width: 100%;height: inherit;}
.orgg > div:first-child, .orgg > div:nth-child(2) {width: 50%;/* height: 298px; */}
.orgg > div > img {width: 100%;}
.org{ margin-top: 20px;}
.org > div:first-child {width: 100%;/* height: 450px; */float: none;}
.org > div {float: right;
            width: 50%;
            overflow: hidden;}
.org>div > img {width: 100%;height: 311px;}
.org> div:first-child > img {width: 100%;height: auto;}
.org > div:hover > img, .orgg > div:hover > img  {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.org img, .orgg img {opacity: 0.9;cursor: pointer;}
.mask {
    /* margin-top: 20px; */
    margin-bottom: 20px;
    position: relative;
    background-color: rgba(0,0,0,0.8);
    /*padding: 27px 20px;*/
    color: #fff;
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
}
.mask h1 {
    background-color: #B9E00F;
    padding: 5px 12px;
    /*    margin-top: -42px;
        margin-bottom: 10px;*/
    display: block;
    /*position: absolute;*/
    color: #000;
    /* min-height: 40px; */
}
.org > div:first-child > .mask > h2 {
    font-size: 120%;
}
.mask > h2 {
    font-size: 120%;
    padding: 3% 12px;
}

.bod {
    display: none !important;
}