Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lfinance into feature/home-calculator-new-logic
  • Loading branch information
Sm1pleScr1pt committed Oct 10, 2024
2 parents f667941 + 39b4968 commit 31710b7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions styles/details-verification/details-verification.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,36 @@
max-width: 1022px;
}

.section.embed-text-center .embed-wrapper .embed>.videotag>video {
height: 560px;
width: 1022px;
}

@media screen and (max-width:767px) {
.section.embed-text-center .embed-wrapper .embed>.videotag>video {
width: 100%;
height: 204px;
}
}

@media screen and (max-width:768px) and (max-width:1024px) {
.section.embed-text-center .embed-wrapper .embed>.videotag>video {
width: 100%;
height: 414px;
}
}

@media screen and (min-width:1025px) and (max-width: 1300px) {
.section.embed-text-center .embed-wrapper .embed>div,
.section.embed-text-center .embed-wrapper .embed {
max-height: 461px;
max-width: 820px;
}

.section.embed-text-center .embed-wrapper .embed>.videotag>video {
height: 461px;
width: 820px;
}
}

/* our stories video css end */

0 comments on commit 31710b7

Please sign in to comment.