/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 /* Base style for mobile devices */
.ct-container .monumContent {
    width:100%;
}
/* .ct-container .monumContent h1 {
    font-size:.8em !important;
    } */
.ct-container .monumImg {
    width:100%;
} 

/* For devices with a minimum width of 768px (Medium) */
@media screen and (min-width: 768px) {
  .ct-container .monumContent {
    width:100%;
    }
    .ct-container .monumImg {
        width:100%;
    }
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (min-width: 992px) {
  .ct-container .monumContent {
    width:61.803%;
    }
    .ct-container .monumImg {
    width:38.197%;
    position:absolute;top:170px;right:0;background:#DBFFCB;
    }
    .ct-container .monumImg .content-img {
        min-height: 100vh;
    }
}