
@media screen and (max-width: 991px) {
    html { background: #0c1287 url("../images/bg.jpg") repeat-y top center / cover; }
    
    .toast p, .toast span {
    font-size: 18px;
    line-height: 30px;
}
}
@media screen and (max-width: 767px) {
    .wrapper .share-text { font-size: 24px;}
    .wrapper .social-share .btn { height: 50px; line-height: 30px; }
}
@media screen and (max-width: 663px) {
    .wrapper .social-share .btn { max-width: 100%; margin-bottom: 10px; }
	.wrapper .social-share .btn {
    max-width: 100%;
    margin-bottom: 10px;
}
}

