.thru-dropdown-toggle {
    position: relative;
}

.thru-dropdown-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: white;
    
}

@media screen and (max-width: 767px) {
    
}