.rfreeflow  {position:relative;float:left; height:200px;width:200px;margin:10px;background-color:#fff;border:3px solid #dedede;text-align:center;}
.rfreeflow_img { position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}

.vidholder {float:right;width:50%;margin:0 0 0 20px;}

@media (max-width: 650px) {

.vidholder {width:100%;margin:20px auto 40px auto;}

}

::selection {
background: #AB6B42;
}

media="all"
::selection {
background: #AB6B42;
color: #ffffff;}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(39,39,37,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(100,100,100,0.4); 
}


