@media only screen and (min-width: 1100px){
    .specifications__text-locker:before {
        background: url(../images/icons/locker.png) no-repeat;
        width: 65px;
        height: 65px;
    }
}
#panel {
	@media only screen and (min-width: 1860px) {
		left: 0;
    }
}