.calender_div{display: none;}
.orgg {margin-top: 20px;}
.orgg > div {float: right;overflow: hidden;width: 100%;margin-bottom: 20px;}
.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: 100%;margin-bottom: 20px;}
.orgg > div > img {width: inherit;margin: 0 auto;}
.org{ margin-top: 20px;}
.org > div:first-child {
/*    width: 50%;
             height: 450px;*/
}
.org > div {
width: 100%;
margin-bottom: 20px;
overflow: hidden;}
.org>div > img {width: 100%;height: inherit;}
.mask {
    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;
    padding: 10px 12px;
    font-size: 120%;
}
.org > div:first-child > .mask > h2 {
    font-size: 150%;
}
.mask > h2 {
    font-size: 130%;
    padding: 10px 12px;
}

.bod {
    display: none !important;
}