.site-logo-img img { width: 250px; } h1{ text-align: center; } @media only screen and (max-width: 900px) { .ads-bn iframe:nth-of-type(3), .ads-bn iframe:nth-of-type(4) { display: none; } div#content { margin-top: 15px; } } .ads-6 { text-align: center; } .ads-bn { justify-content: center; display: flex; margin-bottom: 30px; } .bn-ads { width: 100%; display: flex; justify-content: center; } .block { text-align: center!important; padding: 20px 0; } a.btn.btn-lg.btn-focus.more-padding { background: #1d4289!important; color: #fff!important; border-color: #1d4289!important; padding: 12px 20px; border-radius: 10px; text-decoration: none; } span.go-to-home.home-bnt.btn.btn-primary.nicebtn { background: linear-gradient(-30deg, #007899 50%, #0081a5 50%); padding: 20px 40px; margin: 12px; display: inline-block; -webkit-transform: translate(0%, 0%); transform: translate(0%, 0%); overflow: hidden; cursor: pointer; color: #d4f7d4; font-size: 20px; letter-spacing: 2.5px; text-align: center; text-transform: uppercase; text-decoration: none; } span.go-to-home.home-bnt.btn.btn-primary.nicebtn::before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #85ad85; opacity: 0; -webkit-transition: .2s opacity ease-in-out; transition: .2s opacity ease-in-out; } span.go-to-home.home-bnt.btn.btn-primary.nicebtn:hover::before { opacity: 0.2; } span.go-to-home.home-bnt.btn.btn-primary.nicebtn span { position: absolute; } span.go-to-home.home-bnt.btn.btn-primary.nicebtn span:nth-child(1) { top: 0px; left: 0px; width: 100%; height: 2px; background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#fff)); background: linear-gradient(to left, rgba(8, 43, 8, 0), #fff); -webkit-animation: 2s animateTop linear infinite; animation: 2s animateTop linear infinite; } @keyframes animateTop { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } } span.go-to-home.home-bnt.btn.btn-primary.nicebtn span:nth-child(2) { top: 0px; right: 0px; height: 100%; width: 2px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#fff)); background: linear-gradient(to top, rgba(8, 43, 8, 0), #fff); -webkit-animation: 2s animateRight linear -1s infinite; animation: 2s animateRight linear -1s infinite; } @keyframes animateRight { 0% { -webkit-transform: translateY(100%); transform: translateY(100%); } 100% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } } span.go-to-home.home-bnt.btn.btn-primary.nicebtn span:nth-child(3) { bottom: 0px; left: 0px; width: 100%; height: 2px; background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#fff)); background: linear-gradient(to right, rgba(8, 43, 8, 0), #fff); -webkit-animation: 2s animateBottom linear infinite; animation: 2s animateBottom linear infinite; } @keyframes animateBottom { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(100%); transform: translateX(100%); } } span.go-to-home.home-bnt.btn.btn-primary.nicebtn span:nth-child(4) { top: 0px; left: 0px; height: 100%; width: 2px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#fff)); background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #fff); -webkit-animation: 2s animateLeft linear -1s infinite; animation: 2s animateLeft linear -1s infinite; } @keyframes animateLeft { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(100%); transform: translateY(100%); } } /* ads home */ div#banner-top { position: fixed; left: calc(50% - 364px); bottom: 60px; } .banner-sidebar { position: fixed; left: 0; top: 86px; } .banner-sidebar.banner-right { right: 17px; left: auto; top: 86px; } @media only screen and (max-width: 600px) { .banner-sidebar { display: none; } div#banner-top { width: 100%; left: 0; } } .ads-7 { display: flex; flex-wrap: nowrap; justify-content: center; } @media only screen and (min-width: 600px) { .ads-7{ display:none; } }