[mn="100"] {
    padding: 0;
    /* min-height: 100vh; */
    flex: 1 0 0;
    text-align: center;
    color: #fff;
}

[mn="100"] .img img {
    max-height: 70vh;
}
[mn="100"] .img img.imgttl {
    margin: 0 0 30px
}
[mn="100"] .col-l {
    background-image: linear-gradient(180deg, rgba(227,0,0,1) 0%, rgba(227,0,0,1) 100%);
}
[mn="100"] .col-r {
    background-image: linear-gradient(180deg, rgba(255,110,51,1) 0%, rgba(255,168,71,1) 100%);
}

[mn="100"] .main>.row {
    height: 100%;
}

[mn="100"] .main>.row>div {
    z-index: 1;
}

[mn="100"] .main>.row>div:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, .45); */
    z-index: -1;
}

/* [mn="100"] .main>.row>div:nth-child(1) {
    border-top: 9px solid #1432aa;
}

[mn="100"] .main>.row>div:nth-child(2) {
    border-top: 9px solid #d60057;
}

[mn="100"] .main>.row>div:nth-child(1) {}

[mn="100"] .main>.row>div:nth-child(2) {} */

[mn="100"] .ttl {
    font-family: Arial Black;
    font-size: 280%;
    line-height: 1.2;
    color: var(--clr01);
    max-width: 250px
}

@media only screen and (max-width: 575px) {
    [mn="100"] .img img {
        max-height: 25vh;
    } 
} 
.aboutbx :is(.l, .r) {
    padding: 15px
}

[mn="100"] .mainrow>* {
    overflow: hidden;
    padding: 30px 120px
}

[mn="100"] .mainrow>*:nth-child(2) .ttl {
    max-width: 230px;
}

[mn="100"] .contbx {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

[mn="100"] .contbx .l,
    [mn="100"] .contbx .r {
        flex: 0 0 100%
    }

[mn="100"] .bglyr {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: .6s all ease;
}

[mn="100"] .mainrow>*:hover .bglyr {
    transform: scale(1.15);

}
[mn="100"] .mainrow .btn-gen-normal {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 50px;
    z-index: 4;

}
[mn="100"] .mainrow>*:hover .btn-gen-normal {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
[mn="100"] .lyrdk {
    position: absolute;
    height: 0%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
    top: 0;
    left: 0;
    transition: .9s all ease;
    opacity: 0;
}
[mn="100"] .mainrow>*:hover .lyrdk {
    height: 100%;
    opacity: 1;
}


[mn="100"] .pointer-n {
    pointer-events: none
}

[mn="100"] a {
    pointer-events: all
}

[mn="100"] .med {
    margin: 15px 0 0
}

[mn="100"] .med .scon {
    border: 2px solid var(--clr01);
    margin: 0 6px 0 0;
    background-color: var(--clr01);
    max-width: 45px;
    width: 45px;
}

[mn="100"] .med .scon:hover {
    border: 2px solid var(--clr02);
    margin: 0 6px 0 0;
    background-color: var(--clr02);
}

[mn="100"] .med .scon:hover .bimg {
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    [mn="100"] .mainrow>* { 
        padding: 30px 60px
    } 
}

@media only screen and (min-width: 767px) {
    [mn="100"] .med>div {
        justify-content: flex-end
    }
}

@media only screen and (max-width: 767px) {
    [mn="100"] .mainrow>* { 
        padding: 30px 30px
    } 
    [mn="100"] .contbx .l,
    [mn="100"] .contbx .r {
        flex: 0 0 100%
    }

    [mn="100"] {
        flex: 0;
        min-height: 100vh;
    }
}
@media only screen and (max-width: 575px) {
    [mn="100"] .mainrow .btn-gen-normal {
        position: relative;
        bottom: auto;
        left: auto;
        transform: translate(0%, 0);
        margin-top: 30px;
    }
    [mn="100"] .mainrow>*:hover .btn-gen-normal {
        position: relative;
        bottom: auto;
        left: auto;
        transform: translate(0%, 0);
        margin-top: 30px;
    }
}