.site_button {
	  width: 191px;
    height: 51px;
    display: flex;
    border: 1px solid #fe121c;
    color: #fff;
    font-size: 18px;
    background-color: #fe121c;
    position: relative;
    transition: 1s !important;
    cursor: pointer;
}
.site_button span {
    margin: auto;
}



@media all and (min-width: 320px) and (max-width: 767px) {
	.site_button {
	    width: 170px;
	    height: 40px;
	    font-size: 16px;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
 
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.site_button {
	    width: 140px;
	    height: 40px;
	    font-size: 16px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_button {
	    width: 140px;
	    height: 40px;
	    font-size: 16px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_button {
	    width: 140px;
	    height: 40px;
	    font-size: 16px;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
  	.site_button {
	    width: 140px;
	    height: 40px;
	    font-size: 16px;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_button {
	    width: 150px;
	    height: 45px;
	}

}

@media all and (min-width: 1441px) and (max-width: 1680px) {
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
}
@media all and (min-width: 981px) and (max-width: 3000px) {
    .site_button:hover {
    background: transparent;
    color: #fff;
    transition: 1s !important;
    -webkit-animation: sawtooth 1s infinite linear !important;
    animation: sawtooth 1s infinite linear !important;
    /*background-image: url(./../../../../..//wp-content/uploads/2022/01/BogusInformalGalago-max-1mb.gif) !important;*/
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  
	background-color: black;
}
}