.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#embed_mv_buttons {
    float: none;
    font-size: 0px;
    width: 75%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 0px;
    margin-left: auto;
    margin-top: 150px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    display: block;
    padding: 50px;
    border-left-width: 5px;
    border-left-color: rgb(242, 189, 103);
    border-left-style: solid;
    margin-right: auto;
    min-width: 0px;
	font-family: 'Poppins', sans-serif;
	background-color: #060;
	
	max-width: 1000px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
 
}

@media only screen and (max-width: 1300px) {
    #embed_mv_buttons {
        font-size: 12px;
        line-height: 16px;
		width: 100%;
		margin-top: 0px;
		padding-left: 25px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: transparent;
    }
}

@media only screen and (max-width: 500px) {
    #embed_mv_buttons {
        border-left-style: none;
        border-left-width: 0px;
        padding-left: 0px;
		font-size: 10px;
		line-height: 15px;
		visibility: visible;
    }
	
	#embed_mv_buttons {
   max-width: 1000px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
	
	
}

