.radio1 {
    position: absolute;
    z-index: 60;
    top: 52.0%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
}

.radio1b {
    width: 80%;
}

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

    .radio1b {
        width: 40%;
    }
}


.radio2 {
    position: absolute;
    z-index: 60;
    top: 63.0%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
}

.radio2b {
    width: 80%;
}

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

    .radio2 {
        top: 61.0%;
    }

    .radio2b {
        width: 40%;
    }
}



.radio3 {
    position: absolute;
    z-index: 60;
    top: 74.0%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
}

.radio3b {
    width: 80%;

}


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

    .radio3 {
        top: 70.0%;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0px;
    }

    .radio3b {
        width: 40%;
    }
}



