body {
  background-image: url('');
}

#main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow-y: hidden;
  background-color: red;
  outline: 0px solid #fff;
  transform: translateX(0px); 
}

#top {
  width: calc(100% - 0px);
}


.videoricetta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

.videoricetta a {
  width: 100% !important;
  float: none !important;
  margin-right: 0;
}

.videoricetta p {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.videoricetta div {
  display: none; 
}
