.coverimagesize { width:400px;height: 224px; }
.prevent-select { /* For prevent copy paste */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}