.szckr.visible-xs, .szckr.visible-sm, .szckr.visible-md, .szckr.visible-lg { 
    display: none !important;
}

@media (max-width: 767px) {
	.szckr.visible-xs { display: block !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.szckr.visible-sm { display: block !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.szckr.visible-md { display: block !important; }
}

@media (min-width: 1200px) {
	.szckr.visible-lg { display: block !important; }
}

@media (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 950px), only screen and (min--moz-device-pixel-ratio: 1.3) and (max-width: 950px), only screen and (-moz-min-device-pixel-ratio: 1.3) and (max-width: 950px), only screen and (-o-min-device-pixel-ratio: 1.3/1) and (max-width: 950px), only screen and (min-device-pixel-ratio: 1.3) and (max-width: 950px), only screen and (min-resolution: 124.8dpi) and (max-width: 950px), only screen and (min-resolution: 1.3dppx) and (max-width: 950px){
    .szckr.visible-xs { display: none !important; }
	.szckr.visible-sm { display: none !important; }
	.szckr.visible-md { display: block !important; }
}

@media (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 951px), only screen and (min--moz-device-pixel-ratio: 1.3) and (min-width: 951px), only screen and (-moz-min-device-pixel-ratio: 1.3) and (min-width: 951px), only screen and (-o-min-device-pixel-ratio: 1.3/1) and (min-width: 951px), only screen and (min-device-pixel-ratio: 1.3) and (min-width: 951px), only screen and (min-resolution: 124.8dpi) and (min-width: 951px), only screen and (min-resolution: 1.3dppx) and (min-width: 951px){
    .szckr.visible-xs { display: none !important; }
	.szckr.visible-sm { display: none !important; }
	.szckr.visible-md { display: none !important; }
    .szckr.visible-lg { display: block !important; }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 500px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 500px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 500px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 500px), only screen and (min-device-pixel-ratio: 2) and (min-width: 500px), only screen and (min-resolution: 192dpi) and (min-width: 500px), only screen and (min-resolution: 2dppx) and (min-width: 500px){
    .szckr.visible-xs { display: none !important; }
	.szckr.visible-sm { display: none !important; }
	.szckr.visible-md { display: none !important; }
	.szckr.visible-lg { display: block !important; }
}

@media (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-moz-min-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx){
    .szckr.visible-xs { display: none !important; }
    .szckr.visible-sm { display: none !important; }
    .szckr.visible-md { display: none !important; }
    .szckr.visible-lg { display: block !important; }
}