facebook)) {
diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index 710040d..3912524 100644
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -18,17 +18,23 @@ JS;
$this->registerJs($js, View::POS_END);
?>
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 3ef1b5c..3f9ef16 100644
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -312,6 +312,7 @@ a.sqre_btn {
}
.card1{padding-top:60px;}
+.main_video_yt{width:100%;height: calc(100vh - 101px);}
@media(min-width:992px) and (max-width:1199px){
.pr_cover {
@@ -355,6 +356,19 @@ a.sqre_btn {
margin-top: -25px;
margin-bottom: 40px;
}
+ .main_video_yt{
+ width: 100%;
+ height: 0;
+ padding-bottom: calc(57% - 6px);
+ position: relative;
+ }
+ .main_video_yt iframe{
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ }
}
@media(max-width:768px){
.main_video_fb{
--
libgit2 0.21.4