@media screen and (max-width: 768px) {

    .optin {
        font-family: "STIHL Contraface Text", Arial;
        font-size: 12px;
        display: none;
        position: fixed;
        z-index: 998;
        text-decoration: none;
        overflow: scroll;
    }	

    .optin .layer .top .info .cols .right{
        padding-left: 5px;
    }

    .optin .layer .top .info .cols .left{
        padding-right: 5px;
    }

    .optin .layer .top .buttons .button{
        padding: 10px 10px;
        width: 40%
    }

    .optin .layer .top .switches ul li a{
        width: 100%
    }

    .optin .layer .top .switches ul li a.active{
        width: 100%
    }

    .optin .layer .top .switches ul li a:after{
        bottom: 57px;
    }

    .optin .layer .top .switches ul li a span{
        bottom: 15px;
    }

    .optin .layer .top .switches ul{
        margin-top: 10px;
        width: 100%;
        grid-template-columns: 33% 33% 33%;
        display: grid;
    }

    .optin .layer {
        width: calc(100% - 40px);
        position: absolute;
        top: 20px;
    }

    .optin .layer .top {
        padding: 0 10px;
    }

    .optin .layer .top .switches{
        width: 100%;
    }

    .optin :hover{
        text-decoration: none;
    }

    .optin .layer .bottom{
        text-align: left;
    }

    .optin .layer .top .info .cols h3.red {
        color: #FF0000 !important;
    }

    .optin h2 {
        font-family: "STIHL Contraface Display Title", "Arial Black";
        font-size: 18px;
        margin: 0px;
    }

    .optin h3 {
        font-family: "STIHL Contraface Display Title", "Arial Black";
        font-size: 14px;
        margin: 0px;
    }
       .optin .layer .top .info .cols h3{
        padding-top: 0px;
        padding-bottom: 0px;
        cursor: auto;
    }

    .optin .layer .top p{
        font-size: 12px;
    }

    .optin ul li{
        padding: 0px;
    }

    .optin .layer .top .info{
        height: auto !important;
    }

    .optin .layer .top .switches ul li{
        margin: 0px 0px 0px 0px;
        width: auto;
    }

    .optin .layer .top .switches ul li a span{
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0px 5px;
    }

    .optin .layer .top .buttons .button.all{
        background-color: #f37a1f;
    }

    .optin .layer .top .buttons .button.all:hover {
        background-color: #fff;
        border: 1px solid #f37a1f;
        color: #f37a1f;
    }

    .optin .layer .top .buttons .button {
        background: none;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        font-weight: 700;
        margin-bottom: 20px;
        padding: 10px 10px;
    }

    .optin .layer .top .buttons .button.selection {
        background: none;
        border: 1px solid grey;
        color: grey;
    }

    .optin .layer .top .info .cols h3{
        background: white;
    }

    .optin .layer .top .info .cols h3.active{
        background: white;
        color: black;
    }

    .optin h3.active{
        color: black;
    }

    .optin a{
        color: #f37a1f;
    }
    
    .optin .layer .closeButton {
        background-image: url(/StihlSprite.png);
    }

    .optin .layer .top .info .cols .left ul li:before {
        background-image: url(/StihlSprite.png);
    }	

    .optin .layer .bottom a.arrow:before {
        background-image: url(/StihlSprite.png);
    }	

    .optin .layer .top .info .cols .right ul {
        display: block !important;
    }

    .optin .layer .top .info .cols .left ul {
        display: block !important;
    }
}