@media only screen and (max-width: 768px) {
.vid-mob .et_pb_row_4.et_pb_row{
display: grid !important;
}
.vid-mob .et_pb_row_4.et_pb_row > .et_pb_column:nth-child(1) {
order: 2;
}
.vid-mob .et_pb_row_4.et_pb_row > .et_pb_column:nth-child(2){
order: 1;
}
.vid-mob .video-des-item--subheading{
margin-bottom: 0 !important;
}
.vid-mob .video-des-item{
padding: 22px 42px 22px 24px !important;
}
.vid-mob .video-des-item--text{
display: none;
}
.content-item > div{
min-height: 500px !important; 
}
}