[data-ui-mode=dark] .responsive {
    color: #fff;
    border-bottom: 1px solid #333;
    background-color: transparent;
}

.responsive {
    background-color: #5fadc7;
    overflow: hidden;
    color: #333;
}

.responsive_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.responsive_details {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 60%;
}

.responsive_device-holder {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 40%;
}

.responsive_details {
    padding-right: 50px;
    padding-left: 10vw;
    color: #ffffff;
}

.responsive_details hr.style4 {

    border-top: 2px solid #ffffff;
    text-align: center;
    width: 100%;
    margin: 30px 0 40px 0 !important;
}

.responsive_device-holder {
    padding-left: 20px;
}

.responsive_device {
    background-image: url("../images/iphone.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    display: block;
    height: 450px;
    width: 360px;
    border-radius: 55px 55px 0 0;
    box-shadow: 10px 20px 25px rgba(0, 0, 0, .35);
    padding: 61px 16px 0;
}

.responsive_device .responsive_example {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    /* Removed: -ms-overflow-style: none; */
    /* Removed: scrollbar-width: none; */
}

.responsive_device .responsive_example > img {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .responsive_details {
        padding-right: 0;
		margin-top: -2px;
    }
}

@media screen and (max-width: 980px) {
    .responsive {
        padding-top: 30px;
    }

    .responsive_inner {
        flex-direction: column;
    }

    .responsive_device {
        height: 600px;
        width: 480px;
        border-radius: 70px 70px 0 0;
        box-shadow: 18px 10px 6px rgba(0, 0, 0, .2);
        padding-top: 65px;
        padding-left: 17px;
        padding-right: 17px;
    }

    .responsive_details {
        width: auto;
        text-align: left;
        padding: 30px 10vw 100px 10vw;
    }

    .responsive_device-holder {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (orientation: portrait) {

    .responsive {
		margin-top: -2px;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (orientation: landscape) {

    .responsive {
		margin-top: -2px;
    }
}