body {
    background-color: rgb(22, 22, 27);
}

.row {
    display: flex;
}

.vid {
    padding: 5px;
}

.column_right{
    padding-top: 5px;
    padding-right: 5px;
    min-width: 250px;
    width: 250px;
    align-self: flex-start;
}

.vid-wrap { position: relative; display: inline-block; }

.refresh-btn{
	width:30px; height:30px; position:absolute; top:512px; right:-32px;
	border:0; padding:0; cursor:pointer;
	background: center/contain no-repeat url("../img/refresh.png");
}
.refresh-btn:hover{
	background-image: url("../img/refresh-hover.png");
}