﻿/*@media screen and (min-device-width : 992px) {
    .cc-window { font-size: 12px; }
}
@media screen and (max-device-width : 992px)  { 
.cc-window.cc-floating { max-width: none; flex-direction: row; } 
.cc-floating .cc-message { width: 100%; margin-bottom: 0px; } 
.cc-window.cc-floating .cc-compliance { margin-top: -5px; float: right; }
.cc-link { padding-left: 0px; }
.cc-window.cc-floating .cc-compliance { min-width: 100px; } 
.cc-bottom { bottom: 0; } 
.cc-btn.cc-dismiss { padding-left: 20px; position: relative; top: 50%; transform: translateY(-50%); }
}*/

@media screen and (min-device-width : 992px) {
    .cc-window { font-size: 0.7rem; }
}
@media screen and (max-device-width : 991px) {
    .cc-window { font-size: 0.5rem; }
    .cc-window.cc-floating { max-width: none; flex-direction: row; padding-left: 12px; } 
    .cc-floating .cc-message { width: 100%; margin-bottom: 0; } 
    .cc-window.cc-floating .cc-compliance { margin-top: -5px; float: right; }
    .cc-link { padding-left: 0; }
    .cc-window.cc-floating .cc-compliance { min-width: 80px; } 
    .cc-bottom { bottom: 0; } 
    .cc-btn.cc-dismiss 
    { 
        position: absolute; 
        right: 12px; 
        top: 50%; 
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
