@media screen and (max-width: 549px) {
    .x5 {
        left:5%
    }

    .x15 {
        left: 15%
    }

    .x25 {
        left: 25%
    }

    .x35 {
        left: 35%
    }

    .x45 {
        left: 45%
    }

    .x55 {
        right: 45%
    }

    .x65 {
        right: 35%
    }

    .x75 {
        right: 25%
    }

    .x85 {
        right: 15%
    }

    .x95 {
        right: 5%
    }

    .x0 {
        left: 0%
    }

    .x10 {
        left: 10%
    }

    .x20 {
        left: 20%
    }

    .x30 {
        left: 30%
    }

    .x40 {
        left: 40%
    }

    .x60 {
        right: 40%
    }

    .x70 {
        right: 30%
    }

    .x80 {
        right: 20%
    }

    .x90 {
        right: 10%
    }

    .x100 {
        right: 0%
    }

    .y0 {
        top: 0%
    }

    .y10 {
        top: 10%
    }

    .y20 {
        top: 20%
    }

    .y30 {
        top: 30%
    }

    .y40 {
        top: 40%
    }

    .y60 {
        bottom: 40%
    }

    .y70 {
        bottom: 30%
    }

    .y80 {
        bottom: 20%
    }

    .y90 {
        bottom: 10%
    }

    .y100 {
        bottom: 0%
    }

    .y5 {
        top: 5%
    }

    .y15 {
        top: 15%
    }

    .y25 {
        top: 25%
    }

    .y35 {
        top: 35%
    }

    .y45 {
        top: 45%
    }

    .y55 {
        bottom: 45%
    }

    .y65 {
        bottom: 35%
    }

    .y75 {
        bottom: 25%
    }

    .y85 {
        bottom: 15%
    }

    .y95 {
        bottom: 5%
    }

    .x50 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .y50 {
        top: 50.3%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .y50.x50 {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width: 550px) and (max-width: 849px) {
    .md-x5 {
        left:5%
    }

    .md-x15 {
        left: 15%
    }

    .md-x25 {
        left: 25%
    }

    .md-x35 {
        left: 35%
    }

    .md-x45 {
        left: 45%
    }

    .md-x55 {
        right: 45%
    }

    .md-x65 {
        right: 35%
    }

    .md-x75 {
        right: 25%
    }

    .md-x85 {
        right: 15%
    }

    .md-x95 {
        right: 5%
    }

    .md-y5 {
        top: 5%
    }

    .md-y15 {
        top: 15%
    }

    .md-y25 {
        top: 25%
    }

    .md-y35 {
        top: 35%
    }

    .md-y45 {
        top: 45%
    }

    .md-y55 {
        bottom: 45%
    }

    .md-y65 {
        bottom: 35%
    }

    .md-y75 {
        bottom: 25%
    }

    .md-y85 {
        bottom: 15%
    }

    .md-y95 {
        bottom: 5%
    }

    .md-x0 {
        left: 0%
    }

    .md-x10 {
        left: 10%
    }

    .md-x20 {
        left: 20%
    }

    .md-x30 {
        left: 30%
    }

    .md-x40 {
        left: 40%
    }

    .md-x60 {
        right: 40%
    }

    .md-x70 {
        right: 30%
    }

    .md-x80 {
        right: 20%
    }

    .md-x90 {
        right: 10%
    }

    .md-x100 {
        right: 0%
    }

    .md-y0 {
        top: 0%
    }

    .md-y10 {
        top: 10%
    }

    .md-y20 {
        top: 20%
    }

    .md-y30 {
        top: 30%
    }

    .md-y40 {
        top: 40%
    }

    .md-y60 {
        bottom: 40%
    }

    .md-y70 {
        bottom: 30%
    }

    .md-y80 {
        bottom: 20%
    }

    .md-y90 {
        bottom: 10%
    }

    .md-y100 {
        bottom: 0%
    }

    .md-x50 {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .md-y50 {
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .md-x50.md-y50 {
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }
}

@media screen and (min-width: 850px) {
    .lg-x5 {
        left:5%
    }

    .lg-x15 {
        left: 15%
    }

    .lg-x25 {
        left: 25%
    }

    .lg-x35 {
        left: 35%
    }

    .lg-x45 {
        left: 45%
    }

    .lg-x55 {
        right: 45%
    }

    .lg-x65 {
        right: 35%
    }

    .lg-x75 {
        right: 25%
    }

    .lg-x85 {
        right: 15%
    }

    .lg-x95 {
        right: 5%
    }

    .lg-y5 {
        top: 5%
    }

    .lg-y15 {
        top: 15%
    }

    .lg-y25 {
        top: 25%
    }

    .lg-y35 {
        top: 35%
    }

    .lg-y45 {
        top: 45%
    }

    .lg-y55 {
        bottom: 45%
    }

    .lg-y65 {
        bottom: 35%
    }

    .lg-y75 {
        bottom: 25%
    }

    .lg-y85 {
        bottom: 15%
    }

    .lg-y95 {
        bottom: 5%
    }

    .lg-x0 {
        left: 0%
    }

    .lg-x10 {
        left: 10%
    }

    .lg-x20 {
        left: 20%
    }

    .lg-x30 {
        left: 30%
    }

    .lg-x40 {
        left: 40%
    }

    .lg-x60 {
        right: 40%
    }

    .lg-x70 {
        right: 30%
    }

    .lg-x80 {
        right: 20%
    }

    .lg-x90 {
        right: 10%
    }

    .lg-x100 {
        right: 0%
    }

    .lg-y0 {
        top: 0%
    }

    .lg-y10 {
        top: 10%
    }

    .lg-y20 {
        top: 20%
    }

    .lg-y30 {
        top: 30%
    }

    .lg-y40 {
        top: 40%
    }

    .lg-y60 {
        bottom: 40%
    }

    .lg-y70 {
        bottom: 30%
    }

    .lg-y80 {
        bottom: 20%
    }

    .lg-y90 {
        bottom: 10%
    }

    .lg-y100 {
        bottom: 0%
    }

    .lg-x50 {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .lg-y50 {
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .lg-x50.lg-y50 {
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }
}
