.disqus{
    height: fit-content;
    width:100%;
    overflow: hidden;
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;
}
.link_only{ 
    position: relative;
    font-size: 15px;
    background-color: #2C4232;
    text-align: center;
    width:200%;
    right: 50%;
    top:-31px;
    margin-bottom: -40px;
    height:80px;
    padding-top: 31px;
    padding-bottom: 0px;
}
.link_only:hover{  
    background-color: #121812;
}
.disqus_chungus{
    background-color: #2C4232;
    height: fit-content;
    padding-bottom: 20px;
}
#disqus_thread { 
    width: 100%;
    padding-top: 20px; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-bottom: 0px; 
}
@media screen and (max-device-width:640px) {
    .disqus_thread{
        padding-top:10px;
        padding-left:15px;
        padding-right:15px;
        padding-bottom:10px;
    }
    @media screen and (max-device-width:480px) {
        #disqus_thread {
            
            padding-top: 10px; 
            padding-left: 15px; 
            padding-right: 15px; 
            padding-bottom: 10px; 
        }
        .link_only{ 
            top: -1.5em;
    }