.youtubebtn {
 background: red;
 color: white;
 width: 80px;
 height: 80px;
 border-radius: 50%;
 text-align: center;
 line-height: 80px;
 overflow: hidden;
}
 
.youtubebtn:hover {
 opacity: 0.7;
}