@media only screen and (max-width: 767px) {
   
}
@media screen and (max-width: 479px){
	.Sponsoredtex img {
    border: 1px solid #fccdb8;
    border-radius: 2px;
    width: 45%;
}
    .single-footer {
    padding-top: 20px;
    text-align: center;
}
.copyicon ul {
    text-align: center;
    margin-top: 11px;
}
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}
@media only screen and (min-width: 1550px) {
    
}
