.closebutton { background-color: #FF0000; border: none; border-radius: 10px; color: white; margin-left: 25px; margin-top: 25px; padding: 5px 15px 5px 15px; } .videowrapper { display: block; float: left; margin-left: 20px; margin-top: 20px; width: 60%; } .videoactions { margin-top: 15px; } .actorcontainer { margin-top: 13px; } .button { border-radius: 5px; border-width: 0; color: white; margin-right: 15px; padding: 6px; } .actorAddTile { float: left; padding-left: 25px; padding-top: 50px; cursor: pointer; color: white; transition: opacity ease 0.5s; } .actorAddTile:hover{ opacity: 0.7; transition: opacity ease 0.5s; } .actorAddTile_thumbnail { height: 90px; } .actorAddTile_name { bottom: 0; }