|
@@ -2181,6 +2181,21 @@ body {
|
|
|
.full-news__gallery-prevs-right:hover {
|
|
.full-news__gallery-prevs-right:hover {
|
|
|
background: url("../img/slider/sliderRight-hover.png"); }
|
|
background: url("../img/slider/sliderRight-hover.png"); }
|
|
|
|
|
|
|
|
|
|
+.full-news__video {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 0;
|
|
|
|
|
+ padding-bottom: 56%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.full-news__video iframe {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.full-news .fotorama__nav-wrap {
|
|
.full-news .fotorama__nav-wrap {
|
|
|
width: -moz-calc(100% - 80px);
|
|
width: -moz-calc(100% - 80px);
|
|
|
width: -webkit-calc(100% - 80px);
|
|
width: -webkit-calc(100% - 80px);
|