@media screen and (max-width:767px) {
    body.bodyFrame {
        overflow: auto;
    }
    body.bodyFrame * {
        box-sizing: border-box;
    }
    .bodyFrame .frame-container, .bodyFrame .frame-container3 {
        width: 95%;
        max-width: 350px;
        overflow: inherit;
        padding: 0 !important;
    }
    #frame-titleBar {
        height: auto;
        text-align: center;
    }
    .frame-titleImage {
        position: relative;
    }
    #watches_container, #watches, .frame-form-watch {
        max-width: 325px;
        height: auto !important;
        float: none !important;
    }
    #watches_pictoral {
        margin-left: 0;
        margin-right: 1px !important;
    }
    #watches_pictoral img {
        max-width: 100px;
    }
    table.frame-checkboxes {
        width: 100%;
    }
    .frame-checkboxes td {
        display: block;
        clear: both;
        padding: 0;
        margin-bottom: 7px;
    }
    .bodyFrame textarea {
        max-width: 325px;
    }
    .frame-btnContinue {
        position: relative;
        bottom: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .frame-contentArea h1 {
        line-height: 1.2;
        font-size: 1.3em !important;
    }
    #ups_div {
        max-width: 100%;
    }
    #frame-content-ship-choice #dashedDivider {
        display: none;
    }
    .frame-colOneDouble {
        max-width: 100%;
        padding: 0 5px;
        float: none !important;
    }
    .watermarkify-wrap {
        display: block;
        clear: both;
    }
    .bodyFrame .inputSmall, .bodyFrame textarea {
        width: 95% !important;
    }
    .watermarkify-watermark {
        width: 99% !important;
    }
    .styled-select {
        width: 95% !important;
        margin-right: 15px !important;
        margin-bottom: 15px !important;
        float: none !important;
    }
    #watches .styled-select {
        width: 200px !important;
    }
    .frame-colThree {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 5px;
    }
    .frame-colThree > div {
        float: none !important;
        padding: 0 !important;
    }
    .frame-colThree .label_radio {
        width: auto !important;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .insured_value {
        position: absolute;
        left: 75px;
        z-index: 9;
    }
    .frame-colOne.watch_info, .frame-container3 .frame-colTwo {
        float: none;
        width: 100% !important;
        display: block;
        vertical-align: top;
        margin-left: 0 !important;
    }
    .frame-btnConfirm {
        position: relative;
        margin: 15px auto 0;
        right: 0 !important;
    }
}