.block1 {
    margin-top: 20px;
    display: block;
    position: relative;
}

.block2 {
    padding: 0px;
    display: block;
    position: relative;
}

.block11 {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}

.g-Gellery1 {
    width: 100%;
    /* height: 500px; */
    display: block;
    box-sizing: border-box;

    background-color: rgba(0, 10, 10, .30);

}

.g-Gellery1 .objGroup {

    display: block;
    box-sizing: border-box;
    width: calc(100% - 40px);
    height: calc(500px -40px);
    margin: 20px;
    border: thin solid rgba(173, 154, 137, .6);

}

.g-Gellery1 .carouselBlock {
    display: block;
    width: 100%;
    height: 100% !important;

}

.g-Gellery1 .slide img {
    height: 420px !important;
}

@media screen and (max-width:768px) {
    .block11 {
        width: 100%;
    }
    .g-Gellery1 {}

    .g-Gellery1 .objGroup {
        margin: 0;
        width: 100%;
    }

    .g-Gellery1 .carouselBlock {}

    .g-Gellery1 .slide {
        content: "";
        height: 100%;
        padding: 0;
        margin: 0;

    }

    .g-Gellery1 .slide img {}
}


.carouselContent {
    height: 80px;
    width: 100%;
    /* position: absolute;
    bottom: 0; */
    left: 0;
    padding: 10px;
    background-color: rgba(0, 10, 10, .90);
}

.carouselTitle {
    text-align: center;
    font-size: 1.6em;
    margin: 10px;
    color: #f6ab04;
    /* border-bottom: thin solid rgba(173, 154, 137, .2); */
}

.carouselbox {
    z-index: 1; 
    width: calc(100% - 42px); 
    position: absolute; 
    display: block; 
    bottom: 1px;
}

@media (max-width:768px) {
    .carouselContent {
        height: auto;
    }

    .carouselTitle {
        font-size: 1.2em;
        margin: 5px;
    }
    .carouselbox {
        width: calc(100% - 2px);
}
}