.image_full{display:block;width:100%;margin:auto;}
.image_mobile{display:none;}
@media (max-width:640px) and (min-width:320px){.image_full{display:none;}
.image_mobile{display:block; padding-top: 60px;}
}
 
@media screen and (min-width:300px) and (max-width:640px){
       .border-box-full{ 
	   border: 10px;
		border-style: double;
		 
		padding: 0px 5px 3px 4px;  
		background: #3c0003;
		background-clip: border-box;
		}
		}
		 @media screen and (min-width:641px){
       .border-box-full{ border: 10px;
		border-style: double;
		padding: 28px 118px 46px 43px;
		  
		background: #3c0003;
		background-clip: border-box;
		}
		}
 
img {
    max-width: 100%;
    height: auto;
}